Class: Aws::Types::PurchaseReservedInstanceOfferingRequest
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseReservedInstanceOfferingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#reservation_name ⇒ ::String
Returns the value of attribute reservation_name.
-
#reserved_instance_offering_id ⇒ ::String
Returns the value of attribute reserved_instance_offering_id.
Instance Attribute Details
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def instance_count @instance_count end |
#reservation_name ⇒ ::String
Returns the value of attribute reservation_name.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def reservation_name @reservation_name end |
#reserved_instance_offering_id ⇒ ::String
Returns the value of attribute reserved_instance_offering_id.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def reserved_instance_offering_id @reserved_instance_offering_id end |