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

Class: Aws::SecurityHub::Types::Product

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

Overview

Contains details about a product.

Instance Attribute Summary collapse

Instance Attribute Details

#activation_urlString

The URL used to activate the product.

Returns:

  • (String)

    The URL used to activate the product.

#categoriesArray<String>

The categories assigned to the product.

Returns:

  • (Array<String>)

    The categories assigned to the product.

#company_nameString

The name of the company that provides the product.

Returns:

  • (String)

    The name of the company that provides the product.

#descriptionString

A description of the product.

Returns:

  • (String)

    A description of the product.

#integration_typesArray<String>

The types of integration that the product supports. Available values are the following.

  • SEND_FINDINGS_TO_SECURITY_HUB - Indicates that the integration sends findings to Security Hub.

  • RECEIVE_FINDINGS_FROM_SECURITY_HUB - Indicates that the integration receives findings from Security Hub.

Returns:

  • (Array<String>)

    The types of integration that the product supports.

#marketplace_urlString

The URL for the page that contains more information about the product.

Returns:

  • (String)

    The URL for the page that contains more information about the product.

#product_arnString

The ARN assigned to the product.

Returns:

  • (String)

    The ARN assigned to the product.

#product_nameString

The name of the product.

Returns:

  • (String)

    The name of the product.

#product_subscription_resource_policyString

The resource policy associated with the product.

Returns:

  • (String)

    The resource policy associated with the product.