You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Inspector::Types::AssetAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::AssetAttributes
- Defined in:
- (unknown)
Overview
A collection of attributes of the host from which the finding is generated.
Returned by:
Instance Attribute Summary collapse
-
#agent_id ⇒ String
The ID of the agent that is installed on the EC2 instance where the finding is generated.
-
#ami_id ⇒ String
The ID of the Amazon Machine Image (AMI) that is installed on the EC2 instance where the finding is generated.
-
#auto_scaling_group ⇒ String
The Auto Scaling group of the EC2 instance where the finding is generated.
-
#hostname ⇒ String
The hostname of the EC2 instance where the finding is generated.
-
#ipv4_addresses ⇒ Array<String>
The list of IP v4 addresses of the EC2 instance where the finding is generated.
-
#network_interfaces ⇒ Array<Types::NetworkInterface>
An array of the network interfaces interacting with the EC2 instance where the finding is generated.
-
#schema_version ⇒ Integer
The schema version of this data type.
-
#tags ⇒ Array<Types::Tag>
The tags related to the EC2 instance where the finding is generated.
Instance Attribute Details
#agent_id ⇒ String
The ID of the agent that is installed on the EC2 instance where the finding is generated.
#ami_id ⇒ String
The ID of the Amazon Machine Image (AMI) that is installed on the EC2 instance where the finding is generated.
#auto_scaling_group ⇒ String
The Auto Scaling group of the EC2 instance where the finding is generated.
#hostname ⇒ String
The hostname of the EC2 instance where the finding is generated.
#ipv4_addresses ⇒ Array<String>
The list of IP v4 addresses of the EC2 instance where the finding is generated.
#network_interfaces ⇒ Array<Types::NetworkInterface>
An array of the network interfaces interacting with the EC2 instance where the finding is generated.
#schema_version ⇒ Integer
The schema version of this data type.
#tags ⇒ Array<Types::Tag>
The tags related to the EC2 instance where the finding is generated.