Class: Aws::SecurityHub::Types::DescribeProductsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DescribeProductsResponse
- 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.
-
#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.
31211 31212 31213 31214 31215 31216 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31211 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.
31211 31212 31213 31214 31215 31216 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31211 class DescribeProductsResponse < Struct.new( :products, :next_token) SENSITIVE = [] include Aws::Structure end |