#[non_exhaustive]pub struct AddStorageSystemOutput { /* private fields */ }Implementations§
source§impl AddStorageSystemOutput
 
impl AddStorageSystemOutput
sourcepub fn storage_system_arn(&self) -> Option<&str>
 
pub fn storage_system_arn(&self) -> Option<&str>
The ARN of the on-premises storage system that you can use with DataSync Discovery.
source§impl AddStorageSystemOutput
 
impl AddStorageSystemOutput
sourcepub fn builder() -> AddStorageSystemOutputBuilder
 
pub fn builder() -> AddStorageSystemOutputBuilder
Creates a new builder-style object to manufacture AddStorageSystemOutput.
Trait Implementations§
source§impl Clone for AddStorageSystemOutput
 
impl Clone for AddStorageSystemOutput
source§fn clone(&self) -> AddStorageSystemOutput
 
fn clone(&self) -> AddStorageSystemOutput
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 AddStorageSystemOutput
 
impl Debug for AddStorageSystemOutput
source§impl PartialEq<AddStorageSystemOutput> for AddStorageSystemOutput
 
impl PartialEq<AddStorageSystemOutput> for AddStorageSystemOutput
source§fn eq(&self, other: &AddStorageSystemOutput) -> bool
 
fn eq(&self, other: &AddStorageSystemOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for AddStorageSystemOutput
 
impl RequestId for AddStorageSystemOutput
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 AddStorageSystemOutput
Auto Trait Implementations§
impl RefUnwindSafe for AddStorageSystemOutput
impl Send for AddStorageSystemOutput
impl Sync for AddStorageSystemOutput
impl Unpin for AddStorageSystemOutput
impl UnwindSafe for AddStorageSystemOutput
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