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

Class: Aws::SecurityHub::Types::AwsRedshiftClusterClusterSnapshotCopyStatus

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

Overview

Note:

When passing AwsRedshiftClusterClusterSnapshotCopyStatus as input to an Aws::Client method, you can use a vanilla Hash:

{
  destination_region: "NonEmptyString",
  manual_snapshot_retention_period: 1,
  retention_period: 1,
  snapshot_copy_grant_name: "NonEmptyString",
}

Information about a 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 manual snapshots are retained in the destination region after they are copied from a source region.

If the value is -1, then the manual snapshot is retained indefinitely.

Valid values: Either -1 or an integer between 1 and 3,653

Returns:

  • (Integer)

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

#retention_periodInteger

The number of days to retain automated snapshots in the destination Region after they are copied from a source Region.

Returns:

  • (Integer)

    The number of days to retain automated snapshots 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.