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
show all
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

Instance Attribute Details

#localeString

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

Possible values:

  • EN_US

Returns:

  • (String)

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

#rules_package_arnsArray<String>

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

Returns:

  • (Array<String>)

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