Class: Aws::Redshift::Types::SupportedOperation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::SupportedOperation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Describes the operations that are allowed on a maintenance track.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #operation_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of the supported operations.
 
Instance Attribute Details
#operation_name ⇒ String
A list of the supported operations.
      11642 11643 11644 11645 11646  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 11642 class SupportedOperation < Struct.new( :operation_name) SENSITIVE = [] include Aws::Structure end  |