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