Class: Aws::Types::CreateCapacityReservationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCapacityReservationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_dpus ⇒ ::Integer
Returns the value of attribute target_dpus.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
173 174 175 |
# File 'sig/types.rbs', line 173 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
174 175 176 |
# File 'sig/types.rbs', line 174 def end |
#target_dpus ⇒ ::Integer
Returns the value of attribute target_dpus.
172 173 174 |
# File 'sig/types.rbs', line 172 def target_dpus @target_dpus end |