You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Inspector::Types::RulesPackage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains information about an Amazon Inspector rules package. This data type is used as the response element in the DescribeRulesPackages action.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the rules package.

Returns:

  • (String)

    The ARN of the rules package.

#descriptionString

The description of the rules package.

Returns:

  • (String)

    The description of the rules package.

#nameString

The name of the rules package.

Returns:

  • (String)

    The name of the rules package.

#providerString

The provider of the rules package.

Returns:

  • (String)

    The provider of the rules package.

#versionString

The version ID of the rules package.

Returns:

  • (String)

    The version ID of the rules package.