Class: Aws::GuardDuty::Types::ListFindingsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finding_idsArray<String>

The IDs of the findings that you're listing.

Returns:

  • (Array<String>)


5552
5553
5554
5555
5556
5557
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5552

class ListFindingsResponse < Struct.new(
  :finding_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination parameter to be used on the next list operation to retrieve more items.

Returns:

  • (String)


5552
5553
5554
5555
5556
5557
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5552

class ListFindingsResponse < Struct.new(
  :finding_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end