Class: Aws::Types::ModifyCurrentDBClusterCapacityMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyCurrentDBClusterCapacityMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#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
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
2949 2950 2951 |
# File 'sig/types.rbs', line 2949 def capacity @capacity end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
2948 2949 2950 |
# File 'sig/types.rbs', line 2948 def db_cluster_identifier @db_cluster_identifier end |
#seconds_before_timeout ⇒ ::Integer
Returns the value of attribute seconds_before_timeout.
2950 2951 2952 |
# File 'sig/types.rbs', line 2950 def seconds_before_timeout @seconds_before_timeout end |
#timeout_action ⇒ ::String
Returns the value of attribute timeout_action.
2951 2952 2953 |
# File 'sig/types.rbs', line 2951 def timeout_action @timeout_action end |