Class: Aws::SecurityHub::Types::ProductV2
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ProductV2
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Defines the structure for the productV2.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activation_url ⇒ String
The URL to the serviceV@ or productV2 documentation about the integration, which includes how to activate the integration.
-
#categories ⇒ Array<String>
The domains or functional areas the productV2 addresses.
-
#company_name ⇒ String
The name of the organization or vendor that provides the productV2.
-
#description ⇒ String
Detailed information about the productV2.
-
#integration_v2_types ⇒ Array<String>
The type of integration.
-
#marketplace_url ⇒ String
The console URL where you can purchase or subscribe to products.
-
#product_v2_name ⇒ String
The name of the productV2.
Instance Attribute Details
#activation_url ⇒ String
The URL to the serviceV@ or productV2 documentation about the integration, which includes how to activate the integration.
28727 28728 28729 28730 28731 28732 28733 28734 28735 28736 28737 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28727 class ProductV2 < Struct.new( :product_v2_name, :company_name, :description, :categories, :integration_v2_types, :marketplace_url, :activation_url) SENSITIVE = [] include Aws::Structure end |
#categories ⇒ Array<String>
The domains or functional areas the productV2 addresses.
28727 28728 28729 28730 28731 28732 28733 28734 28735 28736 28737 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28727 class ProductV2 < Struct.new( :product_v2_name, :company_name, :description, :categories, :integration_v2_types, :marketplace_url, :activation_url) SENSITIVE = [] include Aws::Structure end |
#company_name ⇒ String
The name of the organization or vendor that provides the productV2.
28727 28728 28729 28730 28731 28732 28733 28734 28735 28736 28737 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28727 class ProductV2 < Struct.new( :product_v2_name, :company_name, :description, :categories, :integration_v2_types, :marketplace_url, :activation_url) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Detailed information about the productV2.
28727 28728 28729 28730 28731 28732 28733 28734 28735 28736 28737 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28727 class ProductV2 < Struct.new( :product_v2_name, :company_name, :description, :categories, :integration_v2_types, :marketplace_url, :activation_url) SENSITIVE = [] include Aws::Structure end |
#integration_v2_types ⇒ Array<String>
The type of integration.
28727 28728 28729 28730 28731 28732 28733 28734 28735 28736 28737 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28727 class ProductV2 < Struct.new( :product_v2_name, :company_name, :description, :categories, :integration_v2_types, :marketplace_url, :activation_url) SENSITIVE = [] include Aws::Structure end |
#marketplace_url ⇒ String
The console URL where you can purchase or subscribe to products.
28727 28728 28729 28730 28731 28732 28733 28734 28735 28736 28737 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28727 class ProductV2 < Struct.new( :product_v2_name, :company_name, :description, :categories, :integration_v2_types, :marketplace_url, :activation_url) SENSITIVE = [] include Aws::Structure end |
#product_v2_name ⇒ String
The name of the productV2.
28727 28728 28729 28730 28731 28732 28733 28734 28735 28736 28737 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28727 class ProductV2 < Struct.new( :product_v2_name, :company_name, :description, :categories, :integration_v2_types, :marketplace_url, :activation_url) SENSITIVE = [] include Aws::Structure end |