Class: Aws::DSQL::Types::UpdateClusterOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DSQL::Types::UpdateClusterOutput
 
 
- Defined in:
 - gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb
 
Overview
The details of the cluster after it has been updated.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the updated cluster.
 - 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time of when the cluster was created.
 - 
  
    
      #identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the cluster to update.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the updated cluster.
 
Instance Attribute Details
#arn ⇒ String
The ARN of the updated cluster.
      761 762 763 764 765 766 767 768  | 
    
      # File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 761 class UpdateClusterOutput < Struct.new( :identifier, :arn, :status, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ Time
The time of when the cluster was created.
      761 762 763 764 765 766 767 768  | 
    
      # File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 761 class UpdateClusterOutput < Struct.new( :identifier, :arn, :status, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#identifier ⇒ String
The ID of the cluster to update.
      761 762 763 764 765 766 767 768  | 
    
      # File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 761 class UpdateClusterOutput < Struct.new( :identifier, :arn, :status, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the updated cluster.
      761 762 763 764 765 766 767 768  | 
    
      # File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 761 class UpdateClusterOutput < Struct.new( :identifier, :arn, :status, :creation_time) SENSITIVE = [] include Aws::Structure end  |