Class: Aws::Inspector2::Types::VmInstanceMetadata

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Contains metadata about a virtual machine (VM) instance associated with a covered resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inventory_hash ⇒ String

The inventory hash of the VM instance.

Returns:

  • (String)


11327
11328
11329
11330
11331
11332
11333
11334
# File 'lib/aws-sdk-inspector2/types.rb', line 11327

class VmInstanceMetadata < Struct.new(
  :tags,
  :platform,
  :inventory_hash,
  :vm_image_reference)
  SENSITIVE = []
  include Aws::Structure
end

#platform ⇒ String

The platform of the VM instance.

Returns:

  • (String)


11327
11328
11329
11330
11331
11332
11333
11334
# File 'lib/aws-sdk-inspector2/types.rb', line 11327

class VmInstanceMetadata < Struct.new(
  :tags,
  :platform,
  :inventory_hash,
  :vm_image_reference)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Hash<String,String>

The tags associated with the VM instance.

Returns:

  • (Hash<String,String>)


11327
11328
11329
11330
11331
11332
11333
11334
# File 'lib/aws-sdk-inspector2/types.rb', line 11327

class VmInstanceMetadata < Struct.new(
  :tags,
  :platform,
  :inventory_hash,
  :vm_image_reference)
  SENSITIVE = []
  include Aws::Structure
end

#vm_image_reference ⇒ String

The image reference of the VM instance.

Returns:

  • (String)


11327
11328
11329
11330
11331
11332
11333
11334
# File 'lib/aws-sdk-inspector2/types.rb', line 11327

class VmInstanceMetadata < Struct.new(
  :tags,
  :platform,
  :inventory_hash,
  :vm_image_reference)
  SENSITIVE = []
  include Aws::Structure
end