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_id ⇒ String

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

Returns:

  • (String) —

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

#arn ⇒ String

The ARN of the finding.

Returns:

  • (String) —

    The ARN of the finding.

#confidence ⇒ Float

The confidence score for the finding.

Returns:

  • (Float) —

    The confidence score for the finding.

#created_at ⇒ String

The time and date when the finding was created.

Returns:

  • (String) —

    The time and date when the finding was created.

#description ⇒ String

The description of the finding.

Returns:

  • (String) —

    The description of the finding.

#id ⇒ String

The ID of the finding.

Returns:

  • (String) —

    The ID of the finding.

#partition ⇒ String

The partition associated with the finding.

Returns:

  • (String) —

    The partition associated with the finding.

#region ⇒ String

The Region where the finding was generated.

Returns:

  • (String) —

    The Region where the finding was generated.

#resource ⇒ Types::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_version ⇒ String

The version of the schema used for the finding.

Returns:

  • (String) —

    The version of the schema used for the finding.

#service ⇒ Types::Service

Contains additional information about the generated finding.

Returns:

  • (Types::Service) —

    Contains additional information about the generated finding.

    .

#severity ⇒ Float

The severity of the finding.

Returns:

  • (Float) —

    The severity of the finding.

#title ⇒ String

The title of the finding.

Returns:

  • (String) —

    The title of the finding.

#type ⇒ String

The type of finding.

Returns:

  • (String) —

    The type of finding.

#updated_at ⇒ String

The time and date when the finding was last updated.

Returns:

  • (String) —

    The time and date when the finding was last updated.