Class: Aws::Types::ListSupportedInstanceTypesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListSupportedInstanceTypesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#supported_instance_types ⇒ ::Array[Types::SupportedInstanceType]
Returns the value of attribute supported_instance_types.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def marker @marker end |
#supported_instance_types ⇒ ::Array[Types::SupportedInstanceType]
Returns the value of attribute supported_instance_types.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def supported_instance_types @supported_instance_types end |