Class: Aws::Types::DBClusterCapacityInfo
- Inherits:
-
Object
- Object
- Aws::Types::DBClusterCapacityInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_capacity ⇒ ::Integer
Returns the value of attribute current_capacity.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#pending_capacity ⇒ ::Integer
Returns the value of attribute pending_capacity.
-
#seconds_before_timeout ⇒ ::Integer
Returns the value of attribute seconds_before_timeout.
-
#timeout_action ⇒ ::String
Returns the value of attribute timeout_action.
Instance Attribute Details
#current_capacity ⇒ ::Integer
Returns the value of attribute current_capacity.
980 981 982 |
# File 'sig/types.rbs', line 980 def current_capacity @current_capacity end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
978 979 980 |
# File 'sig/types.rbs', line 978 def db_cluster_identifier @db_cluster_identifier end |
#pending_capacity ⇒ ::Integer
Returns the value of attribute pending_capacity.
979 980 981 |
# File 'sig/types.rbs', line 979 def pending_capacity @pending_capacity end |
#seconds_before_timeout ⇒ ::Integer
Returns the value of attribute seconds_before_timeout.
981 982 983 |
# File 'sig/types.rbs', line 981 def seconds_before_timeout @seconds_before_timeout end |
#timeout_action ⇒ ::String
Returns the value of attribute timeout_action.
982 983 984 |
# File 'sig/types.rbs', line 982 def timeout_action @timeout_action end |