Class: Aws::SecurityHub::Types::ListEnabledProductsForImportResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token to use to request the next page of results.

Returns:

  • (String)


26297
26298
26299
26300
26301
26302
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26297

class ListEnabledProductsForImportResponse < Struct.new(
  :product_subscriptions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#product_subscriptionsArray<String>

The list of ARNs for the resources that represent your subscriptions to products.

Returns:

  • (Array<String>)


26297
26298
26299
26300
26301
26302
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26297

class ListEnabledProductsForImportResponse < Struct.new(
  :product_subscriptions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end