You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#current_capacityInteger

The current capacity of the DB cluster.

Returns:

  • (Integer)

    The current capacity of the DB cluster.

#db_cluster_identifierString

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

Returns:

  • (String)

    A user-supplied DB cluster identifier.

#pending_capacityInteger

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

Returns:

  • (Integer)

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

#seconds_before_timeoutInteger

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

Returns:

  • (Integer)

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

#timeout_actionString

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

Returns:

  • (String)

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