Class: Aws::Types::DescribeReservedInstanceOfferingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReservedInstanceOfferingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#reserved_instance_offerings ⇒ ::Array[Types::ReservedInstanceOffering]
Returns the value of attribute reserved_instance_offerings.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
927 928 929 |
# File 'sig/types.rbs', line 927 def next_token @next_token end |
#reserved_instance_offerings ⇒ ::Array[Types::ReservedInstanceOffering]
Returns the value of attribute reserved_instance_offerings.
928 929 930 |
# File 'sig/types.rbs', line 928 def reserved_instance_offerings @reserved_instance_offerings end |