Class: Aws::Types::CapacityReservation
- Inherits:
-
Object
- Object
- Aws::Types::CapacityReservation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#type ⇒ "ODCR", "CRG"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def arn @arn end |
#type ⇒ "ODCR", "CRG"
Returns the value of attribute type.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def type @type end |