Class: Aws::Types::DescribeReservedInstancesOfferingsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReservedInstancesOfferingsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#reserved_instances_offerings ⇒ ::Array[Types::ReservedInstancesOffering]
Returns the value of attribute reserved_instances_offerings.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7050 7051 7052 |
# File 'sig/types.rbs', line 7050 def next_token @next_token end |
#reserved_instances_offerings ⇒ ::Array[Types::ReservedInstancesOffering]
Returns the value of attribute reserved_instances_offerings.
7051 7052 7053 |
# File 'sig/types.rbs', line 7051 def reserved_instances_offerings @reserved_instances_offerings end |