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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_capacityInteger

The current capacity of the DB cluster.

Returns:

  • (Integer)


7381
7382
7383
7384
7385
7386
7387
7388
7389
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7381

class DBClusterCapacityInfo < Struct.new(
  :db_cluster_identifier,
  :pending_capacity,
  :current_capacity,
  :seconds_before_timeout,
  :timeout_action)
  SENSITIVE = []
  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)


7381
7382
7383
7384
7385
7386
7387
7388
7389
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7381

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

#pending_capacityInteger

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

Returns:

  • (Integer)


7381
7382
7383
7384
7385
7386
7387
7388
7389
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7381

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

#seconds_before_timeoutInteger

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

Returns:

  • (Integer)


7381
7382
7383
7384
7385
7386
7387
7388
7389
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7381

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

#timeout_actionString

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

Returns:

  • (String)


7381
7382
7383
7384
7385
7386
7387
7388
7389
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7381

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