Class: Aws::AccessAnalyzer::Types::ListFindingsResponse

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

Overview

The response to the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#findingsArray<Types::FindingSummary>

A list of findings retrieved from the analyzer that match the filter criteria specified, if any.

Returns:



3351
3352
3353
3354
3355
3356
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 3351

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

#next_tokenString

A token used for pagination of results returned.

Returns:

  • (String)


3351
3352
3353
3354
3355
3356
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 3351

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