Class: Aws::SecurityAgent::Types::ListFindingsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::ListFindingsOutput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Output for the ListFindings operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#findings_summaries ⇒ Array<Types::FindingSummary>
The list of finding summaries.
-
#next_token ⇒ String
A token to use for paginating results that are returned in the response.
Instance Attribute Details
#findings_summaries ⇒ Array<Types::FindingSummary>
The list of finding summaries.
5139 5140 5141 5142 5143 5144 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5139 class ListFindingsOutput < Struct.new( :findings_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the nextToken value returned from the previous request.
5139 5140 5141 5142 5143 5144 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5139 class ListFindingsOutput < Struct.new( :findings_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |