Module: Aws::RDS::Client::_ModifyCurrentDBClusterCapacityResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DBClusterCapacityInfo]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #current_capacity ⇒ ::Integer
- #db_cluster_identifier ⇒ ::String
- #pending_capacity ⇒ ::Integer
- #seconds_before_timeout ⇒ ::Integer
- #timeout_action ⇒ ::String
Instance Method Details
#current_capacity ⇒ ::Integer
2290 |
# File 'sig/client.rbs', line 2290
def current_capacity: () -> ::Integer
|
#db_cluster_identifier ⇒ ::String
2288 |
# File 'sig/client.rbs', line 2288
def db_cluster_identifier: () -> ::String
|
#pending_capacity ⇒ ::Integer
2289 |
# File 'sig/client.rbs', line 2289
def pending_capacity: () -> ::Integer
|
#seconds_before_timeout ⇒ ::Integer
2291 |
# File 'sig/client.rbs', line 2291
def seconds_before_timeout: () -> ::Integer
|
#timeout_action ⇒ ::String
2292 |
# File 'sig/client.rbs', line 2292
def timeout_action: () -> ::String
|