Class: Aws::SecurityHub::Types::GetInsightsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetInsightsResponse
- Defined in:
- gems/aws-sdk-securityhub/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.
24764 24765 24766 24767 24768 24769 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24764 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.
24764 24765 24766 24767 24768 24769 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24764 class GetInsightsResponse < Struct.new( :insights, :next_token) SENSITIVE = [] include Aws::Structure end |