Class: Aws::Types::CapacityReservationStatus
- Inherits:
-
Object
- Object
- Aws::Types::CapacityReservationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "provisioned", ...
Returns the value of attribute code.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#code ⇒ "provisioned", ...
Returns the value of attribute code.
124 125 126 |
# File 'sig/types.rbs', line 124 def code @code end |
#reason ⇒ ::String
Returns the value of attribute reason.
125 126 127 |
# File 'sig/types.rbs', line 125 def reason @reason end |