Class: Aws::SecurityHub::Types::GetInsightsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetInsightsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#insights ⇒ Array<Types::Insight>
The insights returned by the operation.
-
#next_token ⇒ String
The pagination token to use to request the next page of results.
Instance Attribute Details
#insights ⇒ Array<Types::Insight>
The insights returned by the operation.
25720 25721 25722 25723 25724 25725 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25720 class GetInsightsResponse < Struct.new( :insights, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use to request the next page of results.
25720 25721 25722 25723 25724 25725 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25720 class GetInsightsResponse < Struct.new( :insights, :next_token) SENSITIVE = [] include Aws::Structure end |