Class: Aws::Types::InstanceTypeEsxVersionsInfo
- Inherits:
-
Object
- Object
- Aws::Types::InstanceTypeEsxVersionsInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#esx_versions ⇒ ::Array[::String]
Returns the value of attribute esx_versions.
-
#instance_type ⇒ "i4i.metal", ...
Returns the value of attribute instance_type.
Instance Attribute Details
#esx_versions ⇒ ::Array[::String]
Returns the value of attribute esx_versions.
318 319 320 |
# File 'sig/types.rbs', line 318 def esx_versions @esx_versions end |
#instance_type ⇒ "i4i.metal", ...
Returns the value of attribute instance_type.
317 318 319 |
# File 'sig/types.rbs', line 317 def instance_type @instance_type end |