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
show all
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

Instance Attribute Details

#finding_arnsArray<String>

The ARN that specifies the finding that you want to describe.

Returns:

  • (Array<String>)

    The ARN that specifies the finding that you want to describe.

#localeString

The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.

Possible values:

  • EN_US

Returns:

  • (String)

    The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.