Class: Aws::Redshift::Types::RebootClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::RebootClusterResult
- Defined in:
- gems/aws-sdk-redshift/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.
9578 9579 9580 9581 9582 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9578 class RebootClusterResult < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |