Class: Aws::SecurityHub::Types::DescribeProductsResponse

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)


23390
23391
23392
23393
23394
23395
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23390

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

#productsArray<Types::Product>

A list of products, including details for each product.

Returns:



23390
23391
23392
23393
23394
23395
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23390

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