You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Inspector::Types::AgentPreview

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Used as a response element in the PreviewAgents action.

Instance Attribute Summary collapse

Instance Attribute Details

#agent_healthString

The health status of the Amazon Inspector Agent.

Possible values:

  • HEALTHY
  • UNHEALTHY
  • UNKNOWN

Returns:

  • (String)

    The health status of the Amazon Inspector Agent.

#agent_idString

The ID of the EC2 instance where the agent is installed.

Returns:

  • (String)

    The ID of the EC2 instance where the agent is installed.

#agent_versionString

The version of the Amazon Inspector Agent.

Returns:

  • (String)

    The version of the Amazon Inspector Agent.

#auto_scaling_groupString

The Auto Scaling group for the EC2 instance where the agent is installed.

Returns:

  • (String)

    The Auto Scaling group for the EC2 instance where the agent is installed.

#hostnameString

The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.

Returns:

  • (String)

    The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.

#ipv4_addressString

The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.

Returns:

  • (String)

    The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.

#kernel_versionString

The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.

Returns:

  • (String)

    The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.

#operating_systemString

The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.

Returns:

  • (String)

    The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.