Class: Aws::Inspector2::Types::Ec2Metadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::Ec2Metadata
- 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
-
#ami_id ⇒ String
The ID of the Amazon Machine Image (AMI) used to launch the instance.
-
#platform ⇒ String
The platform of the instance.
-
#tags ⇒ Hash<String,String>
The tags attached to the instance.
Instance Attribute Details
#ami_id ⇒ String
The ID of the Amazon Machine Image (AMI) used to launch the instance.
2820 2821 2822 2823 2824 2825 2826 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2820 class Ec2Metadata < Struct.new( :ami_id, :platform, :tags) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The platform of the instance.
2820 2821 2822 2823 2824 2825 2826 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2820 class Ec2Metadata < Struct.new( :ami_id, :platform, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags attached to the instance.
2820 2821 2822 2823 2824 2825 2826 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2820 class Ec2Metadata < Struct.new( :ami_id, :platform, :tags) SENSITIVE = [] include Aws::Structure end |