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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#clusterTypes::Cluster

Describes a cluster.

Returns:



4422
4423
4424
4425
# File 'lib/aws-sdk-redshift/types.rb', line 4422

class DisableSnapshotCopyResult < Struct.new(
  :cluster)
  include Aws::Structure
end