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

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

Overview

Contains details about a product.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activation_urlString

The URL to the service or product documentation about the integration with Security Hub, including how to activate the integration.

Returns:

  • (String)


26667
26668
26669
26670
26671
26672
26673
26674
26675
26676
26677
26678
26679
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26667

class Product < Struct.new(
  :product_arn,
  :product_name,
  :company_name,
  :description,
  :categories,
  :integration_types,
  :marketplace_url,
  :activation_url,
  :product_subscription_resource_policy)
  SENSITIVE = []
  include Aws::Structure
end

#categoriesArray<String>

The categories assigned to the product.

Returns:

  • (Array<String>)


26667
26668
26669
26670
26671
26672
26673
26674
26675
26676
26677
26678
26679
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26667

class Product < Struct.new(
  :product_arn,
  :product_name,
  :company_name,
  :description,
  :categories,
  :integration_types,
  :marketplace_url,
  :activation_url,
  :product_subscription_resource_policy)
  SENSITIVE = []
  include Aws::Structure
end

#company_nameString

The name of the company that provides the product.

Returns:

  • (String)


26667
26668
26669
26670
26671
26672
26673
26674
26675
26676
26677
26678
26679
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26667

class Product < Struct.new(
  :product_arn,
  :product_name,
  :company_name,
  :description,
  :categories,
  :integration_types,
  :marketplace_url,
  :activation_url,
  :product_subscription_resource_policy)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the product.

Returns:

  • (String)


26667
26668
26669
26670
26671
26672
26673
26674
26675
26676
26677
26678
26679
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26667

class Product < Struct.new(
  :product_arn,
  :product_name,
  :company_name,
  :description,
  :categories,
  :integration_types,
  :marketplace_url,
  :activation_url,
  :product_subscription_resource_policy)
  SENSITIVE = []
  include Aws::Structure
end

#integration_typesArray<String>

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

  • SEND_FINDINGS_TO_SECURITY_HUB - The integration sends findings to Security Hub.

  • RECEIVE_FINDINGS_FROM_SECURITY_HUB - The integration receives findings from Security Hub.

  • UPDATE_FINDINGS_IN_SECURITY_HUB - The integration does not send new findings to Security Hub, but does make updates to the findings that it receives from Security Hub.

Returns:

  • (Array<String>)


26667
26668
26669
26670
26671
26672
26673
26674
26675
26676
26677
26678
26679
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26667

class Product < Struct.new(
  :product_arn,
  :product_name,
  :company_name,
  :description,
  :categories,
  :integration_types,
  :marketplace_url,
  :activation_url,
  :product_subscription_resource_policy)
  SENSITIVE = []
  include Aws::Structure
end

#marketplace_urlString

For integrations with Amazon Web Services services, the Amazon Web Services Console URL from which to activate the service.

For integrations with third-party products, the Amazon Web Services Marketplace URL from which to subscribe to or purchase the product.

Returns:

  • (String)


26667
26668
26669
26670
26671
26672
26673
26674
26675
26676
26677
26678
26679
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26667

class Product < Struct.new(
  :product_arn,
  :product_name,
  :company_name,
  :description,
  :categories,
  :integration_types,
  :marketplace_url,
  :activation_url,
  :product_subscription_resource_policy)
  SENSITIVE = []
  include Aws::Structure
end

#product_arnString

The ARN assigned to the product.

Returns:

  • (String)


26667
26668
26669
26670
26671
26672
26673
26674
26675
26676
26677
26678
26679
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26667

class Product < Struct.new(
  :product_arn,
  :product_name,
  :company_name,
  :description,
  :categories,
  :integration_types,
  :marketplace_url,
  :activation_url,
  :product_subscription_resource_policy)
  SENSITIVE = []
  include Aws::Structure
end

#product_nameString

The name of the product.

Returns:

  • (String)


26667
26668
26669
26670
26671
26672
26673
26674
26675
26676
26677
26678
26679
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26667

class Product < Struct.new(
  :product_arn,
  :product_name,
  :company_name,
  :description,
  :categories,
  :integration_types,
  :marketplace_url,
  :activation_url,
  :product_subscription_resource_policy)
  SENSITIVE = []
  include Aws::Structure
end

#product_subscription_resource_policyString

The resource policy associated with the product.

Returns:

  • (String)


26667
26668
26669
26670
26671
26672
26673
26674
26675
26676
26677
26678
26679
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26667

class Product < Struct.new(
  :product_arn,
  :product_name,
  :company_name,
  :description,
  :categories,
  :integration_types,
  :marketplace_url,
  :activation_url,
  :product_subscription_resource_policy)
  SENSITIVE = []
  include Aws::Structure
end