pub struct GetPartitionArgs {
pub id: Output<Option<String>>,
}
Fields§
§id: Output<Option<String>>
Identifier of the current partition (e.g., aws
in AWS Commercial, aws-cn
in AWS China).
Implementations§
source§impl GetPartitionArgs
impl GetPartitionArgs
sourcepub fn builder() -> GetPartitionArgsBuilder
pub fn builder() -> GetPartitionArgsBuilder
Create an instance of GetPartitionArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetPartitionArgs
impl Clone for GetPartitionArgs
source§fn clone(&self) -> GetPartitionArgs
fn clone(&self) -> GetPartitionArgs
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 GetPartitionArgs
impl RefUnwindSafe for GetPartitionArgs
impl Send for GetPartitionArgs
impl Sync for GetPartitionArgs
impl Unpin for GetPartitionArgs
impl UnwindSafe for GetPartitionArgs
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
)