#[non_exhaustive]pub struct CreateAssociationBatchOutput { /* private fields */ }Implementations§
source§impl CreateAssociationBatchOutput
impl CreateAssociationBatchOutput
sourcepub fn successful(&self) -> Option<&[AssociationDescription]>
pub fn successful(&self) -> Option<&[AssociationDescription]>
Information about the associations that succeeded.
sourcepub fn failed(&self) -> Option<&[FailedCreateAssociation]>
pub fn failed(&self) -> Option<&[FailedCreateAssociation]>
Information about the associations that failed.
source§impl CreateAssociationBatchOutput
impl CreateAssociationBatchOutput
sourcepub fn builder() -> CreateAssociationBatchOutputBuilder
pub fn builder() -> CreateAssociationBatchOutputBuilder
Creates a new builder-style object to manufacture CreateAssociationBatchOutput.
Trait Implementations§
source§impl Clone for CreateAssociationBatchOutput
impl Clone for CreateAssociationBatchOutput
source§fn clone(&self) -> CreateAssociationBatchOutput
fn clone(&self) -> CreateAssociationBatchOutput
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 Debug for CreateAssociationBatchOutput
impl Debug for CreateAssociationBatchOutput
source§impl PartialEq<CreateAssociationBatchOutput> for CreateAssociationBatchOutput
impl PartialEq<CreateAssociationBatchOutput> for CreateAssociationBatchOutput
source§fn eq(&self, other: &CreateAssociationBatchOutput) -> bool
fn eq(&self, other: &CreateAssociationBatchOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateAssociationBatchOutput
impl RequestId for CreateAssociationBatchOutput
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.