Struct aws_sdk_backup::model::BackupSelectionsListMember [−][src]
#[non_exhaustive]pub struct BackupSelectionsListMember {
pub selection_id: Option<String>,
pub selection_name: Option<String>,
pub backup_plan_id: Option<String>,
pub creation_date: Option<DateTime>,
pub creator_request_id: Option<String>,
pub iam_role_arn: Option<String>,
}
Expand description
Contains metadata about a BackupSelection
object.
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.selection_id: Option<String>
Uniquely identifies a request to assign a set of resources to a backup plan.
selection_name: Option<String>
The display name of a resource selection document.
backup_plan_id: Option<String>
Uniquely identifies a backup plan.
creation_date: Option<DateTime>
The date and time a backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
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.
iam_role_arn: Option<String>
Specifies the IAM role Amazon Resource Name (ARN) to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
Implementations
Uniquely identifies a request to assign a set of resources to a backup plan.
The display name of a resource selection document.
Uniquely identifies a backup plan.
The date and time a backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
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.
Specifies the IAM role Amazon Resource Name (ARN) to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
Creates a new builder-style object to manufacture BackupSelectionsListMember
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 BackupSelectionsListMember
impl Send for BackupSelectionsListMember
impl Sync for BackupSelectionsListMember
impl Unpin for BackupSelectionsListMember
impl UnwindSafe for BackupSelectionsListMember
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