Class: Aws::Inspector2::Types::Ec2Metadata

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

Overview

Meta data details of an Amazon EC2 instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ami_id ⇒ String

The ID of the Amazon Machine Image (AMI) used to launch the instance.

Returns:

  • (String)


4686
4687
4688
4689
4690
4691
4692
# File 'lib/aws-sdk-inspector2/types.rb', line 4686

class Ec2Metadata < Struct.new(
  :tags,
  :ami_id,
  :platform)
  SENSITIVE = []
  include Aws::Structure
end

#platform ⇒ String

The platform of the instance.

Returns:

  • (String)


4686
4687
4688
4689
4690
4691
4692
# File 'lib/aws-sdk-inspector2/types.rb', line 4686

class Ec2Metadata < Struct.new(
  :tags,
  :ami_id,
  :platform)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Hash<String,String>

The tags attached to the instance.

Returns:

  • (Hash<String,String>)


4686
4687
4688
4689
4690
4691
4692
# File 'lib/aws-sdk-inspector2/types.rb', line 4686

class Ec2Metadata < Struct.new(
  :tags,
  :ami_id,
  :platform)
  SENSITIVE = []
  include Aws::Structure
end