Class: Aws::Types::VmInstanceMetadata
- Inherits:
-
Object
- Object
- Aws::Types::VmInstanceMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inventory_hash ⇒ ::String
Returns the value of attribute inventory_hash.
-
#platform ⇒ "WINDOWS", ...
Returns the value of attribute platform.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vm_image_reference ⇒ ::String
Returns the value of attribute vm_image_reference.
Instance Attribute Details
#inventory_hash ⇒ ::String
Returns the value of attribute inventory_hash.
3045 3046 3047 |
# File 'sig/types.rbs', line 3045 def inventory_hash @inventory_hash end |
#platform ⇒ "WINDOWS", ...
Returns the value of attribute platform.
3044 3045 3046 |
# File 'sig/types.rbs', line 3044 def platform @platform end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3043 3044 3045 |
# File 'sig/types.rbs', line 3043 def @tags end |
#vm_image_reference ⇒ ::String
Returns the value of attribute vm_image_reference.
3046 3047 3048 |
# File 'sig/types.rbs', line 3046 def vm_image_reference @vm_image_reference end |