Class: Aws::Redshift::Types::ClusterSnapshotCopyStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ClusterSnapshotCopyStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Returns the destination region and retention period that are configured for cross-region snapshot copy.
Instance Attribute Summary collapse
-
#destination_region ⇒ String
The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.
-
#retention_period ⇒ Integer
The number of days that automated snapshots are retained in the destination region after they are copied from a source region.
-
#snapshot_copy_grant_name ⇒ String
The name of the snapshot copy grant.
Instance Attribute Details
#destination_region ⇒ String
The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.
746 747 748 749 750 751 |
# File 'lib/aws-sdk-redshift/types.rb', line 746 class ClusterSnapshotCopyStatus < Struct.new( :destination_region, :retention_period, :snapshot_copy_grant_name) include Aws::Structure end |
#retention_period ⇒ Integer
The number of days that automated snapshots are retained in the destination region after they are copied from a source region.
746 747 748 749 750 751 |
# File 'lib/aws-sdk-redshift/types.rb', line 746 class ClusterSnapshotCopyStatus < Struct.new( :destination_region, :retention_period, :snapshot_copy_grant_name) include Aws::Structure end |
#snapshot_copy_grant_name ⇒ String
The name of the snapshot copy grant.
746 747 748 749 750 751 |
# File 'lib/aws-sdk-redshift/types.rb', line 746 class ClusterSnapshotCopyStatus < Struct.new( :destination_region, :retention_period, :snapshot_copy_grant_name) include Aws::Structure end |