Class: Aws::Types::InstanceTypeInfo
- Inherits:
-
Object
- Object
- Aws::Types::InstanceTypeInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#supported_instance_configurations ⇒ ::Array[Types::SupportedInstanceConfiguration]
Returns the value of attribute supported_instance_configurations.
Instance Attribute Details
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
265 266 267 |
# File 'sig/types.rbs', line 265 def instance_type @instance_type end |
#supported_instance_configurations ⇒ ::Array[Types::SupportedInstanceConfiguration]
Returns the value of attribute supported_instance_configurations.
266 267 268 |
# File 'sig/types.rbs', line 266 def supported_instance_configurations @supported_instance_configurations end |