Class: Aws::SecurityHub::Types::ListEnabledProductsForImportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ListEnabledProductsForImportResponse
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to use to request the next page of results.
-
#product_subscriptions ⇒ Array<String>
The list of ARNs for the resources that represent your subscriptions to products.
Instance Attribute Details
#next_token ⇒ String
The pagination token to use to request the next page of results.
22149 22150 22151 22152 22153 22154 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22149 class ListEnabledProductsForImportResponse < Struct.new( :product_subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |
#product_subscriptions ⇒ Array<String>
The list of ARNs for the resources that represent your subscriptions to products.
22149 22150 22151 22152 22153 22154 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22149 class ListEnabledProductsForImportResponse < Struct.new( :product_subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |