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.
25716 25717 25718 25719 25720 25721 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25716 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.
25716 25717 25718 25719 25720 25721 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25716 class GetInsightsResponse < Struct.new( :insights, :next_token) SENSITIVE = [] include Aws::Structure end |