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
show all
Defined in:
(unknown)

Overview

A collection of attributes of the host from which the finding is generated.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

The ID of the agent that is installed on the EC2 instance where the finding is generated.

Returns:

  • (String)

    The ID of the agent that is installed on the EC2 instance where the finding is generated.

#ami_idString

The ID of the Amazon Machine Image (AMI) that is installed on the EC2 instance where the finding is generated.

Returns:

  • (String)

    The ID of the Amazon Machine Image (AMI) that is installed on the EC2 instance where the finding is generated.

#auto_scaling_groupString

The Auto Scaling group of the EC2 instance where the finding is generated.

Returns:

  • (String)

    The Auto Scaling group of the EC2 instance where the finding is generated.

#hostnameString

The hostname of the EC2 instance where the finding is generated.

Returns:

  • (String)

    The hostname of the EC2 instance where the finding is generated.

#ipv4_addressesArray<String>

The list of IP v4 addresses of the EC2 instance where the finding is generated.

Returns:

  • (Array<String>)

    The list of IP v4 addresses of the EC2 instance where the finding is generated.

#network_interfacesArray<Types::NetworkInterface>

An array of the network interfaces interacting with the EC2 instance where the finding is generated.

Returns:

  • (Array<Types::NetworkInterface>)

    An array of the network interfaces interacting with the EC2 instance where the finding is generated.

#schema_versionInteger

The schema version of this data type.

Returns:

  • (Integer)

    The schema version of this data type.

#tagsArray<Types::Tag>

The tags related to the EC2 instance where the finding is generated.

Returns:

  • (Array<Types::Tag>)

    The tags related to the EC2 instance where the finding is generated.