Class: Aws::Inspector::Types::DescribeRulesPackagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::DescribeRulesPackagesRequest
- Defined in:
- gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb
Overview
Note:
When making an API call, you may pass DescribeRulesPackagesRequest data as a hash:
{
rules_package_arns: ["Arn"], # required
locale: "EN_US", # accepts EN_US
}
Constant Summary collapse
- SENSITIVE =
[]
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.
1310 1311 1312 1313 1314 1315 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1310 class DescribeRulesPackagesRequest < Struct.new( :rules_package_arns, :locale) SENSITIVE = [] include Aws::Structure end |
#rules_package_arns ⇒ Array<String>
The ARN that specifies the rules package that you want to describe.
1310 1311 1312 1313 1314 1315 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1310 class DescribeRulesPackagesRequest < Struct.new( :rules_package_arns, :locale) SENSITIVE = [] include Aws::Structure end |