You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returns the destination region and retention period that are configured for cross-region snapshot copy.

Returned by:

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)

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

#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)

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

#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)

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

#snapshot_copy_grant_nameString

The name of the snapshot copy grant.

Returns:

  • (String)

    The name of the snapshot copy grant.