Class: Aws::Types::UpdateCapacityReservationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCapacityReservationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#target_dpus ⇒ ::Integer
Returns the value of attribute target_dpus.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def name @name end |
#target_dpus ⇒ ::Integer
Returns the value of attribute target_dpus.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def target_dpus @target_dpus end |