Class: Aws::Inspector::Types::DescribeRulesPackagesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#localeString

The locale that you want to translate a rules package description into.

Returns:

  • (String)


1121
1122
1123
1124
1125
1126
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1121

class DescribeRulesPackagesRequest < Struct.new(
  :rules_package_arns,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end

#rules_package_arnsArray<String>

The ARN that specifies the rules package that you want to describe.

Returns:

  • (Array<String>)


1121
1122
1123
1124
1125
1126
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1121

class DescribeRulesPackagesRequest < Struct.new(
  :rules_package_arns,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end