Struct aws_sdk_securityhub::model::AwsRedshiftClusterClusterSnapshotCopyStatus [−][src]
#[non_exhaustive]pub struct AwsRedshiftClusterClusterSnapshotCopyStatus {
pub destination_region: Option<String>,
pub manual_snapshot_retention_period: i32,
pub retention_period: i32,
pub snapshot_copy_grant_name: Option<String>,
}
Expand description
Information about a cross-Region snapshot copy.
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.destination_region: Option<String>
The destination Region that snapshots are automatically copied to when cross-Region snapshot copy is enabled.
manual_snapshot_retention_period: i32
The number of days that manual snapshots are retained in the destination region after they are copied from a source region.
If the value is -1, then the manual snapshot is retained indefinitely.
Valid values: Either -1 or an integer between 1 and 3,653
retention_period: i32
The number of days to retain automated snapshots in the destination Region after they are copied from a source Region.
snapshot_copy_grant_name: Option<String>
The name of the snapshot copy grant.
Implementations
The destination Region that snapshots are automatically copied to when cross-Region snapshot copy is enabled.
The number of days that manual snapshots are retained in the destination region after they are copied from a source region.
If the value is -1, then the manual snapshot is retained indefinitely.
Valid values: Either -1 or an integer between 1 and 3,653
The number of days to retain automated snapshots in the destination Region after they are copied from a source Region.
The name of the snapshot copy grant.
Creates a new builder-style object to manufacture AwsRedshiftClusterClusterSnapshotCopyStatus
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
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