#[non_exhaustive]pub struct AssociateInstanceStorageConfigOutput { /* private fields */ }
Implementations
sourceimpl AssociateInstanceStorageConfigOutput
impl AssociateInstanceStorageConfigOutput
sourcepub fn association_id(&self) -> Option<&str>
pub fn association_id(&self) -> Option<&str>
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
sourceimpl AssociateInstanceStorageConfigOutput
impl AssociateInstanceStorageConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateInstanceStorageConfigOutput
.
Trait Implementations
sourceimpl Clone for AssociateInstanceStorageConfigOutput
impl Clone for AssociateInstanceStorageConfigOutput
sourcefn clone(&self) -> AssociateInstanceStorageConfigOutput
fn clone(&self) -> AssociateInstanceStorageConfigOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<AssociateInstanceStorageConfigOutput> for AssociateInstanceStorageConfigOutput
impl PartialEq<AssociateInstanceStorageConfigOutput> for AssociateInstanceStorageConfigOutput
sourcefn eq(&self, other: &AssociateInstanceStorageConfigOutput) -> bool
fn eq(&self, other: &AssociateInstanceStorageConfigOutput) -> bool
impl StructuralPartialEq for AssociateInstanceStorageConfigOutput
Auto Trait Implementations
impl RefUnwindSafe for AssociateInstanceStorageConfigOutput
impl Send for AssociateInstanceStorageConfigOutput
impl Sync for AssociateInstanceStorageConfigOutput
impl Unpin for AssociateInstanceStorageConfigOutput
impl UnwindSafe for AssociateInstanceStorageConfigOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more