Class: Aws::Redshift::Types::DeleteClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteClusterResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
Describes a cluster.
Instance Attribute Details
#cluster ⇒ Types::Cluster
Describes a cluster.
3614 3615 3616 3617 3618 |
# File 'lib/aws-sdk-redshift/types.rb', line 3614 class DeleteClusterResult < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |