Struct aws_sdk_securityhub::model::AwsDynamoDbTableRestoreSummary [−][src]
#[non_exhaustive]pub struct AwsDynamoDbTableRestoreSummary {
pub source_backup_arn: Option<String>,
pub source_table_arn: Option<String>,
pub restore_date_time: Option<String>,
pub restore_in_progress: bool,
}
Expand description
Information about the restore for the table.
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.source_backup_arn: Option<String>
The ARN of the source backup from which the table was restored.
source_table_arn: Option<String>
The ARN of the source table for the backup.
restore_date_time: Option<String>
Indicates the point in time that the table was restored to.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
restore_in_progress: bool
Whether a restore is currently in progress.
Implementations
The ARN of the source backup from which the table was restored.
The ARN of the source table for the backup.
Indicates the point in time that the table was restored to.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
Whether a restore is currently in progress.
Creates a new builder-style object to manufacture AwsDynamoDbTableRestoreSummary
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 Send for AwsDynamoDbTableRestoreSummary
impl Sync for AwsDynamoDbTableRestoreSummary
impl Unpin for AwsDynamoDbTableRestoreSummary
impl UnwindSafe for AwsDynamoDbTableRestoreSummary
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