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.
| 11058 11059 11060 11061 11062 | # File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11058 class ResumeClusterMessage < Struct.new( :cluster_identifier) SENSITIVE = [] include Aws::Structure end |