Class: Aws::Redshift::Types::DisableSnapshotCopyMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Note:

When making an API call, you may pass DisableSnapshotCopyMessage data as a hash:

{
  cluster_identifier: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

Returns:

  • (String)


4411
4412
4413
4414
# File 'lib/aws-sdk-redshift/types.rb', line 4411

class DisableSnapshotCopyMessage < Struct.new(
  :cluster_identifier)
  include Aws::Structure
end