You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Inspector::Types::DescribeExclusionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeExclusionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#exclusion_arnsArray<String>

The list of ARNs that specify the exclusions that you want to describe.

Returns:

  • (Array<String>)

    The list of ARNs that specify the exclusions that you want to describe.

#localeString

The locale into which you want to translate the exclusion\'s title, description, and recommendation.

Possible values:

  • EN_US

Returns:

  • (String)

    The locale into which you want to translate the exclusion\'s title, description, and recommendation.