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.
6331 6332 6333 |
# File 'sig/types.rbs', line 6331 def instance_types @instance_types end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6332 6333 6334 |
# File 'sig/types.rbs', line 6332 def next_token @next_token end |