Struct aws_sdk_fsx::input::CreateBackupInput [−][src]
#[non_exhaustive]pub struct CreateBackupInput {
pub file_system_id: Option<String>,
pub client_request_token: Option<String>,
pub tags: Option<Vec<Tag>>,
pub volume_id: Option<String>,
}Expand description
The request object for the CreateBackup 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 to back up.
client_request_token: Option<String>(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
(Optional) The tags to apply to the backup at backup creation. The key value of the
Name tag appears in the console as the backup name. If you have set CopyTagsToBackups to true, and
you specify one or more tags using the CreateBackup action, no existing file system tags are copied from the file system to the backup.
volume_id: Option<String>The ID of he FSx for NetApp ONTAP volume to back up.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateBackup, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateBackup, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateBackup>
Creates a new builder-style object to manufacture CreateBackupInput
The ID of the file system to back up.
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
(Optional) The tags to apply to the backup at backup creation. The key value of the
Name tag appears in the console as the backup name. If you have set CopyTagsToBackups to true, and
you specify one or more tags using the CreateBackup action, no existing file system tags are copied from the file system to the backup.
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 CreateBackupInput
impl Send for CreateBackupInput
impl Sync for CreateBackupInput
impl Unpin for CreateBackupInput
impl UnwindSafe for CreateBackupInput
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