Class: Aws::Redshift::Types::RebootClusterMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::RebootClusterMessage
- 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 cluster identifier.
Instance Attribute Details
#cluster_identifier ⇒ String
The cluster identifier.
9644 9645 9646 9647 9648 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9644 class RebootClusterMessage < Struct.new( :cluster_identifier) SENSITIVE = [] include Aws::Structure end |