You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Redshift::Types::ClusterDbRevision
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Redshift::Types::ClusterDbRevision
 
- Defined in:
- (unknown)
Overview
Describes a ClusterDbRevision.
Instance Attribute Summary collapse
- 
  
    
      #cluster_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the cluster. 
- 
  
    
      #current_database_revision  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A string representing the current cluster version. 
- 
  
    
      #database_revision_release_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date on which the database revision was released. 
- 
  
    
      #revision_targets  ⇒ Array<Types::RevisionTarget> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of RevisionTargetobjects, where each object describes the database revision that a cluster can be updated to.
Instance Attribute Details
#cluster_identifier ⇒ String
The unique identifier of the cluster.
#current_database_revision ⇒ String
A string representing the current cluster version.
#database_revision_release_date ⇒ Time
The date on which the database revision was released.
#revision_targets ⇒ Array<Types::RevisionTarget>
A list of RevisionTarget objects, where each object describes the
database revision that a cluster can be updated to.