Struct aws_sdk_fsx::operation::create_data_repository_association::CreateDataRepositoryAssociationOutput   
source · #[non_exhaustive]pub struct CreateDataRepositoryAssociationOutput {
    pub association: Option<DataRepositoryAssociation>,
    /* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional 
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.association: Option<DataRepositoryAssociation>The response object returned after the data repository association is created.
Implementations§
source§impl CreateDataRepositoryAssociationOutput
 
impl CreateDataRepositoryAssociationOutput
sourcepub fn association(&self) -> Option<&DataRepositoryAssociation>
 
pub fn association(&self) -> Option<&DataRepositoryAssociation>
The response object returned after the data repository association is created.
source§impl CreateDataRepositoryAssociationOutput
 
impl CreateDataRepositoryAssociationOutput
sourcepub fn builder() -> CreateDataRepositoryAssociationOutputBuilder
 
pub fn builder() -> CreateDataRepositoryAssociationOutputBuilder
Creates a new builder-style object to manufacture CreateDataRepositoryAssociationOutput.
Trait Implementations§
source§impl Clone for CreateDataRepositoryAssociationOutput
 
impl Clone for CreateDataRepositoryAssociationOutput
source§fn clone(&self) -> CreateDataRepositoryAssociationOutput
 
fn clone(&self) -> CreateDataRepositoryAssociationOutput
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 for CreateDataRepositoryAssociationOutput
 
impl PartialEq for CreateDataRepositoryAssociationOutput
source§fn eq(&self, other: &CreateDataRepositoryAssociationOutput) -> bool
 
fn eq(&self, other: &CreateDataRepositoryAssociationOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateDataRepositoryAssociationOutput
 
impl RequestId for CreateDataRepositoryAssociationOutput
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.impl StructuralPartialEq for CreateDataRepositoryAssociationOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateDataRepositoryAssociationOutput
impl Send for CreateDataRepositoryAssociationOutput
impl Sync for CreateDataRepositoryAssociationOutput
impl Unpin for CreateDataRepositoryAssociationOutput
impl UnwindSafe for CreateDataRepositoryAssociationOutput
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> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.