Class: Aws::Redshift::Types::RotateEncryptionKeyMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::RotateEncryptionKeyMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the cluster that you want to rotate the encryption keys for.
 
Instance Attribute Details
#cluster_identifier ⇒ String
The unique identifier of the cluster that you want to rotate the encryption keys for.
Constraints: Must be the name of valid cluster that has encryption enabled.
      10807 10808 10809 10810 10811  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 10807 class RotateEncryptionKeyMessage < Struct.new( :cluster_identifier) SENSITIVE = [] include Aws::Structure end  |