Struct aws_sdk_backup::input::CreateBackupSelectionInput [−][src]
#[non_exhaustive]pub struct CreateBackupSelectionInput {
pub backup_plan_id: Option<String>,
pub backup_selection: Option<BackupSelection>,
pub creator_request_id: Option<String>,
}
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.backup_plan_id: Option<String>
Uniquely identifies the backup plan to be associated with the selection of resources.
backup_selection: Option<BackupSelection>
Specifies the body of a request to assign a set of resources to a backup plan.
creator_request_id: Option<String>
A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. This parameter is optional.
If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateBackupSelection, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateBackupSelection, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateBackupSelection
>
Creates a new builder-style object to manufacture CreateBackupSelectionInput
Uniquely identifies the backup plan to be associated with the selection of resources.
Specifies the body of a request to assign a set of resources to a backup plan.
A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. This parameter is optional.
If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
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 CreateBackupSelectionInput
impl Send for CreateBackupSelectionInput
impl Sync for CreateBackupSelectionInput
impl Unpin for CreateBackupSelectionInput
impl UnwindSafe for CreateBackupSelectionInput
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