Class: Aws::Redshift::Types::ResumeClusterMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ResumeClusterMessage
- Defined in:
- gems/aws-sdk-redshift/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.
11025 11026 11027 11028 11029 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11025 class ResumeClusterMessage < Struct.new( :cluster_identifier) SENSITIVE = [] include Aws::Structure end |