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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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>)


4120
4121
4122
4123
4124
4125
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4120

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

#next_tokenString

Returns:

  • (String)


4120
4121
4122
4123
4124
4125
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4120

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