Class: Aws::Types::ComputePlatform
- Inherits:
-
Object
- Object
- Aws::Types::ComputePlatform
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#product ⇒ ::String
Returns the value of attribute product.
-
#vendor ⇒ ::String
Returns the value of attribute vendor.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#product ⇒ ::String
Returns the value of attribute product.
778 779 780 |
# File 'sig/types.rbs', line 778 def product @product end |
#vendor ⇒ ::String
Returns the value of attribute vendor.
777 778 779 |
# File 'sig/types.rbs', line 777 def vendor @vendor end |
#version ⇒ ::String
Returns the value of attribute version.
779 780 781 |
# File 'sig/types.rbs', line 779 def version @version end |