Class: Aws::Types::ModifyDBShardGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyDBShardGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_redundancy ⇒ ::Integer
Returns the value of attribute compute_redundancy.
-
#db_shard_group_identifier ⇒ ::String
Returns the value of attribute db_shard_group_identifier.
-
#max_acu ⇒ ::Float
Returns the value of attribute max_acu.
-
#min_acu ⇒ ::Float
Returns the value of attribute min_acu.
Instance Attribute Details
#compute_redundancy ⇒ ::Integer
Returns the value of attribute compute_redundancy.
3182 3183 3184 |
# File 'sig/types.rbs', line 3182 def compute_redundancy @compute_redundancy end |
#db_shard_group_identifier ⇒ ::String
Returns the value of attribute db_shard_group_identifier.
3179 3180 3181 |
# File 'sig/types.rbs', line 3179 def db_shard_group_identifier @db_shard_group_identifier end |
#max_acu ⇒ ::Float
Returns the value of attribute max_acu.
3180 3181 3182 |
# File 'sig/types.rbs', line 3180 def max_acu @max_acu end |
#min_acu ⇒ ::Float
Returns the value of attribute min_acu.
3181 3182 3183 |
# File 'sig/types.rbs', line 3181 def min_acu @min_acu end |