Class: Aws::Redshift::Types::DisableSnapshotCopyResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clusterTypes::Cluster

Describes a cluster.

Returns:



5909
5910
5911
5912
5913
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5909

class DisableSnapshotCopyResult < Struct.new(
  :cluster)
  SENSITIVE = []
  include Aws::Structure
end