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.
6867 6868 6869 |
# File 'sig/types.rbs', line 6867 def next_token @next_token end |
#reserved_instances_offerings ⇒ ::Array[Types::ReservedInstancesOffering]
Returns the value of attribute reserved_instances_offerings.
6868 6869 6870 |
# File 'sig/types.rbs', line 6868 def reserved_instances_offerings @reserved_instances_offerings end |