#[non_exhaustive]pub struct UpdateAssociationStatusOutput { /* private fields */ }Implementations§
source§impl UpdateAssociationStatusOutput
impl UpdateAssociationStatusOutput
sourcepub fn association_description(&self) -> Option<&AssociationDescription>
pub fn association_description(&self) -> Option<&AssociationDescription>
Information about the association.
source§impl UpdateAssociationStatusOutput
impl UpdateAssociationStatusOutput
sourcepub fn builder() -> UpdateAssociationStatusOutputBuilder
pub fn builder() -> UpdateAssociationStatusOutputBuilder
Creates a new builder-style object to manufacture UpdateAssociationStatusOutput.
Trait Implementations§
source§impl Clone for UpdateAssociationStatusOutput
impl Clone for UpdateAssociationStatusOutput
source§fn clone(&self) -> UpdateAssociationStatusOutput
fn clone(&self) -> UpdateAssociationStatusOutput
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 moresource§impl PartialEq<UpdateAssociationStatusOutput> for UpdateAssociationStatusOutput
impl PartialEq<UpdateAssociationStatusOutput> for UpdateAssociationStatusOutput
source§fn eq(&self, other: &UpdateAssociationStatusOutput) -> bool
fn eq(&self, other: &UpdateAssociationStatusOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateAssociationStatusOutput
impl RequestId for UpdateAssociationStatusOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.