Class: Aws::Types::DescribeInstanceTypesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstanceTypesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_types ⇒ ::Array[Types::InstanceTypeInfo]
Returns the value of attribute instance_types.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#instance_types ⇒ ::Array[Types::InstanceTypeInfo]
Returns the value of attribute instance_types.
6148 6149 6150 |
# File 'sig/types.rbs', line 6148 def instance_types @instance_types end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6149 6150 6151 |
# File 'sig/types.rbs', line 6149 def next_token @next_token end |