Class: Aws::Types::CreateReservedInstancesListingRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateReservedInstancesListingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#price_schedules ⇒ ::Array[Types::PriceScheduleSpecification]
Returns the value of attribute price_schedules.
-
#reserved_instances_id ⇒ ::String
Returns the value of attribute reserved_instances_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3141 3142 3143 |
# File 'sig/types.rbs', line 3141 def client_token @client_token end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
3139 3140 3141 |
# File 'sig/types.rbs', line 3139 def instance_count @instance_count end |
#price_schedules ⇒ ::Array[Types::PriceScheduleSpecification]
Returns the value of attribute price_schedules.
3140 3141 3142 |
# File 'sig/types.rbs', line 3140 def price_schedules @price_schedules end |
#reserved_instances_id ⇒ ::String
Returns the value of attribute reserved_instances_id.
3138 3139 3140 |
# File 'sig/types.rbs', line 3138 def reserved_instances_id @reserved_instances_id end |