Class: Aws::Inspector2::Types::VmInstanceMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::VmInstanceMetadata
- 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
-
#inventory_hash ⇒ String
The inventory hash of the VM instance.
-
#platform ⇒ String
The platform of the VM instance.
-
#tags ⇒ Hash<String,String>
The tags associated with the VM instance.
-
#vm_image_reference ⇒ String
The image reference of the VM instance.
Instance Attribute Details
#inventory_hash ⇒ String
The inventory hash of the VM instance.
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.
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.
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.
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 |