Class: Aws::SecurityHub::Types::DescribeProductsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DescribeProductsResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
-
#products ⇒ Array<Types::Product>
A list of products, including details for each product.
Instance Attribute Details
#next_token ⇒ String
The pagination token to use to request the next page of results.
23446 23447 23448 23449 23450 23451 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23446 class DescribeProductsResponse < Struct.new( :products, :next_token) SENSITIVE = [] include Aws::Structure end |
#products ⇒ Array<Types::Product>
A list of products, including details for each product.
23446 23447 23448 23449 23450 23451 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23446 class DescribeProductsResponse < Struct.new( :products, :next_token) SENSITIVE = [] include Aws::Structure end |