Class: Aws::SecurityAgent::Types::ListFindingsOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#findings_summariesArray<Types::FindingSummary>

The list of finding summaries.

Returns:



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_tokenString

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.

Returns:

  • (String)


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