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
- Struct
- Aws::GuardDuty::Types::Finding
- Defined in:
- (unknown)
Overview
Contains information about the finding, which is generated when abnormal or suspicious activity is detected.
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of the account in which the finding was generated.
-
#arn ⇒ String
The ARN of the finding.
-
#confidence ⇒ Float
The confidence score for the finding.
-
#created_at ⇒ String
The time and date when the finding was created.
-
#description ⇒ String
The description of the finding.
-
#id ⇒ String
The ID of the finding.
-
#partition ⇒ String
The partition associated with the finding.
-
#region ⇒ 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.
.
-
#schema_version ⇒ String
The version of the schema used for the finding.
-
#service ⇒ Types::Service
Contains additional information about the generated finding.
.
-
#severity ⇒ Float
The severity of the finding.
-
#title ⇒ String
The title of the finding.
-
#type ⇒ String
The type of finding.
-
#updated_at ⇒ String
The time and date when the finding was last updated.
Instance Attribute Details
#account_id ⇒ String
The ID of the account in which the finding was generated.
#arn ⇒ String
The ARN of the finding.
#confidence ⇒ Float
The confidence score for the finding.
#created_at ⇒ String
The time and date when the finding was created.
#description ⇒ String
The description of the finding.
#id ⇒ String
The ID of the finding.
#partition ⇒ String
The partition associated with the finding.
#region ⇒ 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.
#schema_version ⇒ String
The version of the schema used for the finding.
#service ⇒ Types::Service
Contains additional information about the generated finding.
#severity ⇒ Float
The severity of the finding.
#title ⇒ String
The title of the finding.
#type ⇒ String
The type of finding.
#updated_at ⇒ String
The time and date when the finding was last updated.