Class: Aws::Types::VmInstanceMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inventory_hash::String

Returns the value of attribute inventory_hash.

Returns:

  • (::String)


3045
3046
3047
# File 'sig/types.rbs', line 3045

def inventory_hash
  @inventory_hash
end

#platform"WINDOWS", ...

Returns the value of attribute platform.

Returns:

  • ("WINDOWS", "LINUX", "UNKNOWN")


3044
3045
3046
# File 'sig/types.rbs', line 3044

def platform
  @platform
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


3043
3044
3045
# File 'sig/types.rbs', line 3043

def tags
  @tags
end

#vm_image_reference::String

Returns the value of attribute vm_image_reference.

Returns:

  • (::String)


3046
3047
3048
# File 'sig/types.rbs', line 3046

def vm_image_reference
  @vm_image_reference
end