pub struct GetRegionArgs {
pub endpoint: Output<Option<String>>,
pub id: Output<Option<String>>,
pub name: Output<Option<String>>,
}
Fields§
§endpoint: Output<Option<String>>
EC2 endpoint of the region to select.
id: Output<Option<String>>
§name: Output<Option<String>>
Full name of the region to select.
Implementations§
source§impl GetRegionArgs
impl GetRegionArgs
sourcepub fn builder() -> GetRegionArgsBuilder
pub fn builder() -> GetRegionArgsBuilder
Create an instance of GetRegionArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetRegionArgs
impl Clone for GetRegionArgs
source§fn clone(&self) -> GetRegionArgs
fn clone(&self) -> GetRegionArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for GetRegionArgs
impl RefUnwindSafe for GetRegionArgs
impl Send for GetRegionArgs
impl Sync for GetRegionArgs
impl Unpin for GetRegionArgs
impl UnwindSafe for GetRegionArgs
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)