class Aws::Inspector::Types::Finding

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

@!attribute [rw] arn

The ARN that specifies the finding.
@return [String]

@!attribute [rw] schema_version

The schema version of this data type.
@return [Integer]

@!attribute [rw] service

The data element is set to "Inspector".
@return [String]

@!attribute [rw] service_attributes

This data type is used in the Finding data type.
@return [Types::InspectorServiceAttributes]

@!attribute [rw] asset_type

The type of the host from which the finding is generated.
@return [String]

@!attribute [rw] asset_attributes

A collection of attributes of the host from which the finding is
generated.
@return [Types::AssetAttributes]

@!attribute [rw] id

The ID of the finding.
@return [String]

@!attribute [rw] title

The name of the finding.
@return [String]

@!attribute [rw] description

The description of the finding.
@return [String]

@!attribute [rw] recommendation

The recommendation for the finding.
@return [String]

@!attribute [rw] severity

The finding severity. Values can be set to High, Medium, Low, and
Informational.
@return [String]

@!attribute [rw] numeric_severity

The numeric value of the finding severity.
@return [Float]

@!attribute [rw] confidence

This data element is currently not used.
@return [Integer]

@!attribute [rw] indicator_of_compromise

This data element is currently not used.
@return [Boolean]

@!attribute [rw] attributes

The system-defined attributes for the finding.
@return [Array<Types::Attribute>]

@!attribute [rw] user_attributes

The user-defined attributes that are assigned to the finding.
@return [Array<Types::Attribute>]

@!attribute [rw] created_at

The time when the finding was generated.
@return [Time]

@!attribute [rw] updated_at

The time when AddAttributesToFindings is called.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/Finding AWS API Documentation

Constants

SENSITIVE