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
2284 |
# File 'sig/client.rbs', line 2284
def current_capacity: () -> ::Integer
|
#db_cluster_identifier ⇒ ::String
2282 |
# File 'sig/client.rbs', line 2282
def db_cluster_identifier: () -> ::String
|
#pending_capacity ⇒ ::Integer
2283 |
# File 'sig/client.rbs', line 2283
def pending_capacity: () -> ::Integer
|
#seconds_before_timeout ⇒ ::Integer
2285 |
# File 'sig/client.rbs', line 2285
def seconds_before_timeout: () -> ::Integer
|
#timeout_action ⇒ ::String
2286 |
# File 'sig/client.rbs', line 2286
def timeout_action: () -> ::String
|