class Aws::Inspector::Types::DescribeFindingsRequest

@note When making an API call, you may pass DescribeFindingsRequest

data as a hash:

    {
      finding_arns: ["Arn"], # required
      locale: "EN_US", # accepts EN_US
    }

@!attribute [rw] finding_arns

The ARN that specifies the finding that you want to describe.
@return [Array<String>]

@!attribute [rw] locale

The locale into which you want to translate a finding description,
recommendation, and the short description that identifies the
finding.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DescribeFindingsRequest AWS API Documentation

Constants

SENSITIVE