Class: Aws::Types::ListInstanceTypeDetailsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListInstanceTypeDetailsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_type_details ⇒ ::Array[Types::InstanceTypeDetails]
Returns the value of attribute instance_type_details.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#instance_type_details ⇒ ::Array[Types::InstanceTypeDetails]
Returns the value of attribute instance_type_details.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def instance_type_details @instance_type_details end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def next_token @next_token end |