Struct aws_sdk_fsx::operation::create_file_system_from_backup::CreateFileSystemFromBackupOutput
source · #[non_exhaustive]pub struct CreateFileSystemFromBackupOutput { /* private fields */ }Expand description
The response object for the CreateFileSystemFromBackup operation.
Implementations§
source§impl CreateFileSystemFromBackupOutput
impl CreateFileSystemFromBackupOutput
sourcepub fn file_system(&self) -> Option<&FileSystem>
pub fn file_system(&self) -> Option<&FileSystem>
A description of the file system.
source§impl CreateFileSystemFromBackupOutput
impl CreateFileSystemFromBackupOutput
sourcepub fn builder() -> CreateFileSystemFromBackupOutputBuilder
pub fn builder() -> CreateFileSystemFromBackupOutputBuilder
Creates a new builder-style object to manufacture CreateFileSystemFromBackupOutput.
Trait Implementations§
source§impl Clone for CreateFileSystemFromBackupOutput
impl Clone for CreateFileSystemFromBackupOutput
source§fn clone(&self) -> CreateFileSystemFromBackupOutput
fn clone(&self) -> CreateFileSystemFromBackupOutput
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<CreateFileSystemFromBackupOutput> for CreateFileSystemFromBackupOutput
impl PartialEq<CreateFileSystemFromBackupOutput> for CreateFileSystemFromBackupOutput
source§fn eq(&self, other: &CreateFileSystemFromBackupOutput) -> bool
fn eq(&self, other: &CreateFileSystemFromBackupOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateFileSystemFromBackupOutput
impl RequestId for CreateFileSystemFromBackupOutput
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.