Class: Aws::Inspector::Types::DescribeRulesPackagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::DescribeRulesPackagesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
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.
1121 1122 1123 1124 1125 1126 |
# File 'lib/aws-sdk-inspector/types.rb', line 1121 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.
1121 1122 1123 1124 1125 1126 |
# File 'lib/aws-sdk-inspector/types.rb', line 1121 class DescribeRulesPackagesRequest < Struct.new( :rules_package_arns, :locale) SENSITIVE = [] include Aws::Structure end |