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>)


4720
4721
4722
4723
4724
4725
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4720

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)


4720
4721
4722
4723
4724
4725
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4720

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