Class: Aws::Redshift::Types::ClusterSnapshotCopyStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ClusterSnapshotCopyStatus
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Returns the destination region and retention period that are configured for cross-region snapshot copy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_region ⇒ String
The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.
-
#manual_snapshot_retention_period ⇒ Integer
The number of days that automated snapshots are retained in the destination region after they are copied from a source region.
-
#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.
1582 1583 1584 1585 1586 1587 1588 1589 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1582 class ClusterSnapshotCopyStatus < Struct.new( :destination_region, :retention_period, :manual_snapshot_retention_period, :snapshot_copy_grant_name) SENSITIVE = [] include Aws::Structure end |
#manual_snapshot_retention_period ⇒ Integer
The number of days that automated snapshots are retained in the destination region after they are copied from a source region. If the value is -1, the manual snapshot is retained indefinitely.
The value must be either -1 or an integer between 1 and 3,653.
1582 1583 1584 1585 1586 1587 1588 1589 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1582 class ClusterSnapshotCopyStatus < Struct.new( :destination_region, :retention_period, :manual_snapshot_retention_period, :snapshot_copy_grant_name) SENSITIVE = [] 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.
1582 1583 1584 1585 1586 1587 1588 1589 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1582 class ClusterSnapshotCopyStatus < Struct.new( :destination_region, :retention_period, :manual_snapshot_retention_period, :snapshot_copy_grant_name) SENSITIVE = [] include Aws::Structure end |
#snapshot_copy_grant_name ⇒ String
The name of the snapshot copy grant.
1582 1583 1584 1585 1586 1587 1588 1589 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1582 class ClusterSnapshotCopyStatus < Struct.new( :destination_region, :retention_period, :manual_snapshot_retention_period, :snapshot_copy_grant_name) SENSITIVE = [] include Aws::Structure end |