Class: Aws::Types::PurchaseReservedInstancesOfferingRequest
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseReservedInstancesOfferingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#limit_price ⇒ Types::ReservedInstanceLimitPrice
Returns the value of attribute limit_price.
-
#purchase_time ⇒ ::Time
Returns the value of attribute purchase_time.
-
#reserved_instances_offering_id ⇒ ::String
Returns the value of attribute reserved_instances_offering_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
15493 15494 15495 |
# File 'sig/types.rbs', line 15493 def dry_run @dry_run end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
15490 15491 15492 |
# File 'sig/types.rbs', line 15490 def instance_count @instance_count end |
#limit_price ⇒ Types::ReservedInstanceLimitPrice
Returns the value of attribute limit_price.
15494 15495 15496 |
# File 'sig/types.rbs', line 15494 def limit_price @limit_price end |
#purchase_time ⇒ ::Time
Returns the value of attribute purchase_time.
15492 15493 15494 |
# File 'sig/types.rbs', line 15492 def purchase_time @purchase_time end |
#reserved_instances_offering_id ⇒ ::String
Returns the value of attribute reserved_instances_offering_id.
15491 15492 15493 |
# File 'sig/types.rbs', line 15491 def reserved_instances_offering_id @reserved_instances_offering_id end |