Class: Aws::SecurityHub::Types::EnableImportFindingsForProductResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::EnableImportFindingsForProductResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#product_subscription_arn ⇒ String
The ARN of your subscription to the product to enable integrations for.
Instance Attribute Details
#product_subscription_arn ⇒ String
The ARN of your subscription to the product to enable integrations for.
23718 23719 23720 23721 23722 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23718 class EnableImportFindingsForProductResponse < Struct.new( :product_subscription_arn) SENSITIVE = [] include Aws::Structure end |