Class: Aws::Redshift::Types::PauseClusterMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::PauseClusterMessage
 
 
- Defined in:
 - gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
 
Overview
Describes a pause cluster operation. For example, a scheduled action
to run the PauseCluster API operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the cluster to be paused.
 
Instance Attribute Details
#cluster_identifier ⇒ String
The identifier of the cluster to be paused.
      9462 9463 9464 9465 9466  | 
    
      # File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9462 class PauseClusterMessage < Struct.new( :cluster_identifier) SENSITIVE = [] include Aws::Structure end  |