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

Class: Aws::Inspector::Types::Finding

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

Overview

Contains information about an Amazon Inspector finding. This data type is used as the response element in the DescribeFindings action.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN that specifies the finding.

Returns:

  • (String)

    The ARN that specifies the finding.

#asset_attributesTypes::AssetAttributes

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

Returns:

#asset_typeString

The type of the host from which the finding is generated.

Possible values:

  • ec2-instance

Returns:

  • (String)

    The type of the host from which the finding is generated.

#attributesArray<Types::Attribute>

The system-defined attributes for the finding.

Returns:

#confidenceInteger

This data element is currently not used.

Returns:

  • (Integer)

    This data element is currently not used.

#created_atTime

The time when the finding was generated.

Returns:

  • (Time)

    The time when the finding was generated.

#descriptionString

The description of the finding.

Returns:

  • (String)

    The description of the finding.

#idString

The ID of the finding.

Returns:

  • (String)

    The ID of the finding.

#indicator_of_compromiseBoolean

This data element is currently not used.

Returns:

  • (Boolean)

    This data element is currently not used.

#numeric_severityFloat

The numeric value of the finding severity.

Returns:

  • (Float)

    The numeric value of the finding severity.

#recommendationString

The recommendation for the finding.

Returns:

  • (String)

    The recommendation for the finding.

#schema_versionInteger

The schema version of this data type.

Returns:

  • (Integer)

    The schema version of this data type.

#serviceString

The data element is set to \"Inspector\".

Returns:

  • (String)

    The data element is set to \"Inspector\".

#service_attributesTypes::InspectorServiceAttributes

This data type is used in the Finding data type.

Returns:

#severityString

The finding severity. Values can be set to High, Medium, Low, and Informational.

Possible values:

  • Low
  • Medium
  • High
  • Informational
  • Undefined

Returns:

  • (String)

    The finding severity.

#titleString

The name of the finding.

Returns:

  • (String)

    The name of the finding.

#updated_atTime

The time when AddAttributesToFindings is called.

Returns:

#user_attributesArray<Types::Attribute>

The user-defined attributes that are assigned to the finding.

Returns:

  • (Array<Types::Attribute>)

    The user-defined attributes that are assigned to the finding.