Struct aws_sdk_fsx::output::DeleteFileSystemOutput [−][src]
#[non_exhaustive]pub struct DeleteFileSystemOutput {
pub file_system_id: Option<String>,
pub lifecycle: Option<FileSystemLifecycle>,
pub windows_response: Option<DeleteFileSystemWindowsResponse>,
pub lustre_response: Option<DeleteFileSystemLustreResponse>,
}Expand description
The response object for the DeleteFileSystem operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.file_system_id: Option<String>The ID of the file system being deleted.
lifecycle: Option<FileSystemLifecycle>The file system lifecycle for the deletion request. Should be
DELETING.
windows_response: Option<DeleteFileSystemWindowsResponse>The response object for the Microsoft Windows file system used in the
DeleteFileSystem operation.
lustre_response: Option<DeleteFileSystemLustreResponse>The response object for the Amazon FSx for Lustre file system being deleted in the
DeleteFileSystem operation.
Implementations
The ID of the file system being deleted.
The file system lifecycle for the deletion request. Should be
DELETING.
The response object for the Microsoft Windows file system used in the
DeleteFileSystem operation.
The response object for the Amazon FSx for Lustre file system being deleted in the
DeleteFileSystem operation.
Creates a new builder-style object to manufacture DeleteFileSystemOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DeleteFileSystemOutput
impl Send for DeleteFileSystemOutput
impl Sync for DeleteFileSystemOutput
impl Unpin for DeleteFileSystemOutput
impl UnwindSafe for DeleteFileSystemOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more