Class: Aws::Redshift::Types::DisableSnapshotCopyMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DisableSnapshotCopyMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ String
The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.
Instance Attribute Details
#cluster_identifier ⇒ String
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.
6065 6066 6067 6068 6069 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6065 class DisableSnapshotCopyMessage < Struct.new( :cluster_identifier) SENSITIVE = [] include Aws::Structure end |