Class: Aws::RDS::Types::DBClusterCapacityInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#current_capacityInteger

The current capacity of the DB cluster.

Returns:

  • (Integer)


4224
4225
4226
4227
4228
4229
4230
4231
# File 'lib/aws-sdk-rds/types.rb', line 4224

class DBClusterCapacityInfo < Struct.new(
  :db_cluster_identifier,
  :pending_capacity,
  :current_capacity,
  :seconds_before_timeout,
  :timeout_action)
  include Aws::Structure
end

#db_cluster_identifierString

A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

Returns:

  • (String)


4224
4225
4226
4227
4228
4229
4230
4231
# File 'lib/aws-sdk-rds/types.rb', line 4224

class DBClusterCapacityInfo < Struct.new(
  :db_cluster_identifier,
  :pending_capacity,
  :current_capacity,
  :seconds_before_timeout,
  :timeout_action)
  include Aws::Structure
end

#pending_capacityInteger

A value that specifies the capacity that the DB cluster scales to next.

Returns:

  • (Integer)


4224
4225
4226
4227
4228
4229
4230
4231
# File 'lib/aws-sdk-rds/types.rb', line 4224

class DBClusterCapacityInfo < Struct.new(
  :db_cluster_identifier,
  :pending_capacity,
  :current_capacity,
  :seconds_before_timeout,
  :timeout_action)
  include Aws::Structure
end

#seconds_before_timeoutInteger

The number of seconds before a call to ‘ModifyCurrentDBClusterCapacity` times out.

Returns:

  • (Integer)


4224
4225
4226
4227
4228
4229
4230
4231
# File 'lib/aws-sdk-rds/types.rb', line 4224

class DBClusterCapacityInfo < Struct.new(
  :db_cluster_identifier,
  :pending_capacity,
  :current_capacity,
  :seconds_before_timeout,
  :timeout_action)
  include Aws::Structure
end

#timeout_actionString

The timeout action of a call to ‘ModifyCurrentDBClusterCapacity`, either `ForceApplyCapacityChange` or `RollbackCapacityChange`.

Returns:

  • (String)


4224
4225
4226
4227
4228
4229
4230
4231
# File 'lib/aws-sdk-rds/types.rb', line 4224

class DBClusterCapacityInfo < Struct.new(
  :db_cluster_identifier,
  :pending_capacity,
  :current_capacity,
  :seconds_before_timeout,
  :timeout_action)
  include Aws::Structure
end