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.
3091 3092 3093 |
# File 'sig/types.rbs', line 3091 def client_token @client_token end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
3089 3090 3091 |
# File 'sig/types.rbs', line 3089 def instance_count @instance_count end |
#price_schedules ⇒ ::Array[Types::PriceScheduleSpecification]
Returns the value of attribute price_schedules.
3090 3091 3092 |
# File 'sig/types.rbs', line 3090 def price_schedules @price_schedules end |
#reserved_instances_id ⇒ ::String
Returns the value of attribute reserved_instances_id.
3088 3089 3090 |
# File 'sig/types.rbs', line 3088 def reserved_instances_id @reserved_instances_id end |