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
- Struct
- Aws::Inspector::Types::DescribeExclusionsRequest
- 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
-
#exclusion_arns ⇒ Array<String>
The list of ARNs that specify the exclusions that you want to describe.
-
#locale ⇒ String
The locale into which you want to translate the exclusion\'s title, description, and recommendation.
Instance Attribute Details
#exclusion_arns ⇒ Array<String>
The list of ARNs that specify the exclusions that you want to describe.
#locale ⇒ String
The locale into which you want to translate the exclusion\'s title, description, and recommendation.
Possible values:
- EN_US