You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Inspector::Types::DescribeFindingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::DescribeFindingsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DescribeFindingsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
finding_arns: ["Arn"], # required
locale: "EN_US", # accepts EN_US
}
Instance Attribute Summary collapse
-
#finding_arns ⇒ Array<String>
The ARN that specifies the finding that you want to describe.
-
#locale ⇒ String
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
Instance Attribute Details
#finding_arns ⇒ Array<String>
The ARN that specifies the finding that you want to describe.
#locale ⇒ String
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
Possible values:
- EN_US