Struct aws_sdk_backup::model::BackupSelectionsListMember
source · #[non_exhaustive]pub struct BackupSelectionsListMember { /* private fields */ }
Expand description
Contains metadata about a BackupSelection
object.
Implementations§
source§impl BackupSelectionsListMember
impl BackupSelectionsListMember
sourcepub fn selection_id(&self) -> Option<&str>
pub fn selection_id(&self) -> Option<&str>
Uniquely identifies a request to assign a set of resources to a backup plan.
sourcepub fn selection_name(&self) -> Option<&str>
pub fn selection_name(&self) -> Option<&str>
The display name of a resource selection document.
sourcepub fn backup_plan_id(&self) -> Option<&str>
pub fn backup_plan_id(&self) -> Option<&str>
Uniquely identifies a backup plan.
sourcepub fn creation_date(&self) -> Option<&DateTime>
pub fn creation_date(&self) -> 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.
sourcepub fn creator_request_id(&self) -> Option<&str>
pub fn creator_request_id(&self) -> Option<&str>
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.
sourcepub fn iam_role_arn(&self) -> Option<&str>
pub fn iam_role_arn(&self) -> Option<&str>
Specifies the IAM role Amazon Resource Name (ARN) to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
source§impl BackupSelectionsListMember
impl BackupSelectionsListMember
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BackupSelectionsListMember
.
Trait Implementations§
source§impl Clone for BackupSelectionsListMember
impl Clone for BackupSelectionsListMember
source§fn clone(&self) -> BackupSelectionsListMember
fn clone(&self) -> BackupSelectionsListMember
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more