Class: Aws::RDS::Types::DBClusterCapacityInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DBClusterCapacityInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #current_capacity  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current capacity of the DB cluster.
 - 
  
    
      #db_cluster_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A user-supplied DB cluster identifier.
 - 
  
    
      #pending_capacity  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A value that specifies the capacity that the DB cluster scales to next.
 - 
  
    
      #seconds_before_timeout  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of seconds before a call to ‘ModifyCurrentDBClusterCapacity` times out.
 - 
  
    
      #timeout_action  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timeout action of a call to ‘ModifyCurrentDBClusterCapacity`, either `ForceApplyCapacityChange` or `RollbackCapacityChange`.
 
Instance Attribute Details
#current_capacity ⇒ Integer
The current capacity of the DB cluster.
      7769 7770 7771 7772 7773 7774 7775 7776 7777  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 7769 class DBClusterCapacityInfo < Struct.new( :db_cluster_identifier, :pending_capacity, :current_capacity, :seconds_before_timeout, :timeout_action) SENSITIVE = [] include Aws::Structure end  | 
  
#db_cluster_identifier ⇒ String
A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
      7769 7770 7771 7772 7773 7774 7775 7776 7777  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 7769 class DBClusterCapacityInfo < Struct.new( :db_cluster_identifier, :pending_capacity, :current_capacity, :seconds_before_timeout, :timeout_action) SENSITIVE = [] include Aws::Structure end  | 
  
#pending_capacity ⇒ Integer
A value that specifies the capacity that the DB cluster scales to next.
      7769 7770 7771 7772 7773 7774 7775 7776 7777  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 7769 class DBClusterCapacityInfo < Struct.new( :db_cluster_identifier, :pending_capacity, :current_capacity, :seconds_before_timeout, :timeout_action) SENSITIVE = [] include Aws::Structure end  | 
  
#seconds_before_timeout ⇒ Integer
The number of seconds before a call to ‘ModifyCurrentDBClusterCapacity` times out.
      7769 7770 7771 7772 7773 7774 7775 7776 7777  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 7769 class DBClusterCapacityInfo < Struct.new( :db_cluster_identifier, :pending_capacity, :current_capacity, :seconds_before_timeout, :timeout_action) SENSITIVE = [] include Aws::Structure end  | 
  
#timeout_action ⇒ String
The timeout action of a call to ‘ModifyCurrentDBClusterCapacity`, either `ForceApplyCapacityChange` or `RollbackCapacityChange`.
      7769 7770 7771 7772 7773 7774 7775 7776 7777  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 7769 class DBClusterCapacityInfo < Struct.new( :db_cluster_identifier, :pending_capacity, :current_capacity, :seconds_before_timeout, :timeout_action) SENSITIVE = [] include Aws::Structure end  |