Class: Aws::Redshift::Types::ClusterSnapshotCopyStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destination_regionString

The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.

Returns:

  • (String)


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_periodInteger

The number of days that automated snapshots are retained in the destination region after they are copied from a source region.

Returns:

  • (Integer)


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_nameString

The name of the snapshot copy grant.

Returns:

  • (String)


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