Class: Aws::Redshift::Types::ResumeClusterMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ResumeClusterMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Describes a resume cluster operation. For example, a scheduled action to run the ‘ResumeCluster` API operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ String
The identifier of the cluster to be resumed.
Instance Attribute Details
#cluster_identifier ⇒ String
The identifier of the cluster to be resumed.
10916 10917 10918 10919 10920 |
# File 'lib/aws-sdk-redshift/types.rb', line 10916 class ResumeClusterMessage < Struct.new( :cluster_identifier) SENSITIVE = [] include Aws::Structure end |