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

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

Instance Attribute Details

#destination_regionString

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

Returns:

  • (String)


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_periodInteger

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.

Returns:

  • (Integer)


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_periodInteger

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

Returns:

  • (Integer)


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_nameString

The name of the snapshot copy grant.

Returns:

  • (String)


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