Class: Aws::Types::PurchaseReservedInstanceOfferingResponse
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseReservedInstanceOfferingResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reservation_name ⇒ ::String
Returns the value of attribute reservation_name.
-
#reserved_instance_id ⇒ ::String
Returns the value of attribute reserved_instance_id.
Instance Attribute Details
#reservation_name ⇒ ::String
Returns the value of attribute reservation_name.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def reservation_name @reservation_name end |
#reserved_instance_id ⇒ ::String
Returns the value of attribute reserved_instance_id.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def reserved_instance_id @reserved_instance_id end |