Class: Aws::Redshift::Types::UpdateTarget
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::UpdateTarget
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
A maintenance track that you can switch the current track to.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #database_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The cluster version for the new maintenance track.
 - 
  
    
      #maintenance_track_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the new maintenance track.
 - 
  
    
      #supported_operations  ⇒ Array<Types::SupportedOperation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of operations supported by the maintenance track.
 
Instance Attribute Details
#database_version ⇒ String
The cluster version for the new maintenance track.
      11991 11992 11993 11994 11995 11996 11997  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 11991 class UpdateTarget < Struct.new( :maintenance_track_name, :database_version, :supported_operations) SENSITIVE = [] include Aws::Structure end  | 
  
#maintenance_track_name ⇒ String
The name of the new maintenance track.
      11991 11992 11993 11994 11995 11996 11997  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 11991 class UpdateTarget < Struct.new( :maintenance_track_name, :database_version, :supported_operations) SENSITIVE = [] include Aws::Structure end  | 
  
#supported_operations ⇒ Array<Types::SupportedOperation>
A list of operations supported by the maintenance track.
      11991 11992 11993 11994 11995 11996 11997  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 11991 class UpdateTarget < Struct.new( :maintenance_track_name, :database_version, :supported_operations) SENSITIVE = [] include Aws::Structure end  |