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.
33305 33306 33307 33308 33309 33310 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 33305 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.
33305 33306 33307 33308 33309 33310 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 33305 class ListEnabledProductsForImportResponse < Struct.new( :product_subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |