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.
2979 2980 2981 |
# File 'sig/types.rbs', line 2979 def client_token @client_token end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
2977 2978 2979 |
# File 'sig/types.rbs', line 2977 def instance_count @instance_count end |
#price_schedules ⇒ ::Array[Types::PriceScheduleSpecification]
Returns the value of attribute price_schedules.
2978 2979 2980 |
# File 'sig/types.rbs', line 2978 def price_schedules @price_schedules end |
#reserved_instances_id ⇒ ::String
Returns the value of attribute reserved_instances_id.
2976 2977 2978 |
# File 'sig/types.rbs', line 2976 def reserved_instances_id @reserved_instances_id end |