Class: Aws::Macie2::Types::ListFindingsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-macie2/types.rb

Overview

Provides the results of a request for information about one or more findings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finding_idsArray<String>

Returns:

  • (Array<String>)


4256
4257
4258
4259
4260
4261
# File 'lib/aws-sdk-macie2/types.rb', line 4256

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

#next_tokenString

Returns:

  • (String)


4256
4257
4258
4259
4260
4261
# File 'lib/aws-sdk-macie2/types.rb', line 4256

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