Class: Aws::Types::DescribeInstanceTypeOfferingsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstanceTypeOfferingsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_type_offerings ⇒ ::Array[Types::InstanceTypeOffering]
Returns the value of attribute instance_type_offerings.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#instance_type_offerings ⇒ ::Array[Types::InstanceTypeOffering]
Returns the value of attribute instance_type_offerings.
6132 6133 6134 |
# File 'sig/types.rbs', line 6132 def instance_type_offerings @instance_type_offerings end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6133 6134 6135 |
# File 'sig/types.rbs', line 6133 def next_token @next_token end |