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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


4253
4254
4255
4256
4257
4258
# File 'lib/aws-sdk-guardduty/types.rb', line 4253

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)


4253
4254
4255
4256
4257
4258
# File 'lib/aws-sdk-guardduty/types.rb', line 4253

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