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
- Struct
- Aws::Inspector::Types::Finding
- 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
-
#arn ⇒ String
The ARN that specifies the finding.
-
#asset_attributes ⇒ Types::AssetAttributes
A collection of attributes of the host from which the finding is generated.
-
#asset_type ⇒ String
The type of the host from which the finding is generated.
-
#attributes ⇒ Array<Types::Attribute>
The system-defined attributes for the finding.
-
#confidence ⇒ Integer
This data element is currently not used.
-
#created_at ⇒ Time
The time when the finding was generated.
-
#description ⇒ String
The description of the finding.
-
#id ⇒ String
The ID of the finding.
-
#indicator_of_compromise ⇒ Boolean
This data element is currently not used.
-
#numeric_severity ⇒ Float
The numeric value of the finding severity.
-
#recommendation ⇒ String
The recommendation for the finding.
-
#schema_version ⇒ Integer
The schema version of this data type.
-
#service ⇒ String
The data element is set to \"Inspector\".
-
#service_attributes ⇒ Types::InspectorServiceAttributes
This data type is used in the Finding data type.
-
#severity ⇒ String
The finding severity.
-
#title ⇒ String
The name of the finding.
-
#updated_at ⇒ Time
The time when AddAttributesToFindings is called.
-
#user_attributes ⇒ Array<Types::Attribute>
The user-defined attributes that are assigned to the finding.
Instance Attribute Details
#arn ⇒ String
The ARN that specifies the finding.
#asset_attributes ⇒ Types::AssetAttributes
A collection of attributes of the host from which the finding is generated.
#asset_type ⇒ String
The type of the host from which the finding is generated.
Possible values:
- ec2-instance
#attributes ⇒ Array<Types::Attribute>
The system-defined attributes for the finding.
#confidence ⇒ Integer
This data element is currently not used.
#created_at ⇒ Time
The time when the finding was generated.
#description ⇒ String
The description of the finding.
#id ⇒ String
The ID of the finding.
#indicator_of_compromise ⇒ Boolean
This data element is currently not used.
#numeric_severity ⇒ Float
The numeric value of the finding severity.
#recommendation ⇒ String
The recommendation for the finding.
#schema_version ⇒ Integer
The schema version of this data type.
#service ⇒ String
The data element is set to \"Inspector\".
#service_attributes ⇒ Types::InspectorServiceAttributes
This data type is used in the Finding data type.
#severity ⇒ String
The finding severity. Values can be set to High, Medium, Low, and Informational.
Possible values:
- Low
- Medium
- High
- Informational
- Undefined
#title ⇒ String
The name of the finding.
#updated_at ⇒ Time
The time when AddAttributesToFindings is called.
#user_attributes ⇒ Array<Types::Attribute>
The user-defined attributes that are assigned to the finding.