Class: Aws::Types::ComputeConfig
- Inherits:
-
Object
- Object
- Aws::Types::ComputeConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_version ⇒ ::String
Returns the value of attribute environment_version.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
Instance Attribute Details
#environment_version ⇒ ::String
Returns the value of attribute environment_version.
566 567 568 |
# File 'sig/types.rbs', line 566 def environment_version @environment_version end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
565 566 567 |
# File 'sig/types.rbs', line 565 def instance_type @instance_type end |