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

Class: Aws::GuardDuty::Types::Finding

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

Overview

Contains information about the finding, which is generated when abnormal or suspicious activity is detected.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the account in which the finding was generated.

Returns:

  • (String)

    The ID of the account in which the finding was generated.

#arnString

The ARN of the finding.

Returns:

  • (String)

    The ARN of the finding.

#confidenceFloat

The confidence score for the finding.

Returns:

  • (Float)

    The confidence score for the finding.

#created_atString

The time and date when the finding was created.

Returns:

  • (String)

    The time and date when the finding was created.

#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.

#partitionString

The partition associated with the finding.

Returns:

  • (String)

    The partition associated with the finding.

#regionString

The Region where the finding was generated.

Returns:

  • (String)

    The Region where the finding was generated.

#resourceTypes::Resource

Contains information about the AWS resource associated with the activity that prompted GuardDuty to generate a finding.

Returns:

  • (Types::Resource)

    Contains information about the AWS resource associated with the activity that prompted GuardDuty to generate a finding.

    .

#schema_versionString

The version of the schema used for the finding.

Returns:

  • (String)

    The version of the schema used for the finding.

#serviceTypes::Service

Contains additional information about the generated finding.

Returns:

  • (Types::Service)

    Contains additional information about the generated finding.

    .

#severityFloat

The severity of the finding.

Returns:

  • (Float)

    The severity of the finding.

#titleString

The title of the finding.

Returns:

  • (String)

    The title of the finding.

#typeString

The type of finding.

Returns:

  • (String)

    The type of finding.

#updated_atString

The time and date when the finding was last updated.

Returns:

  • (String)

    The time and date when the finding was last updated.