Class: Aws::AccessAnalyzer::Types::ListFindingsRequest

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

Overview

Retrieves a list of findings generated by the specified analyzer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_arnString

Returns:

  • (String)


3315
3316
3317
3318
3319
3320
3321
3322
3323
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 3315

class ListFindingsRequest < Struct.new(
  :analyzer_arn,
  :filter,
  :sort,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#filterHash<String,Types::Criterion>

A filter to match for the findings to return.

Returns:



3315
3316
3317
3318
3319
3320
3321
3322
3323
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 3315

class ListFindingsRequest < Struct.new(
  :analyzer_arn,
  :filter,
  :sort,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)


3315
3316
3317
3318
3319
3320
3321
3322
3323
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 3315

class ListFindingsRequest < Struct.new(
  :analyzer_arn,
  :filter,
  :sort,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token used for pagination of results returned.

Returns:

  • (String)


3315
3316
3317
3318
3319
3320
3321
3322
3323
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 3315

class ListFindingsRequest < Struct.new(
  :analyzer_arn,
  :filter,
  :sort,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sortTypes::SortCriteria

The sort order for the findings returned.

Returns:



3315
3316
3317
3318
3319
3320
3321
3322
3323
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 3315

class ListFindingsRequest < Struct.new(
  :analyzer_arn,
  :filter,
  :sort,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end