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

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

The ARN of the analyzer to retrieve findings from.

Returns:

  • (String)


3017
3018
3019
3020
3021
3022
3023
3024
3025
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3017

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:



3017
3018
3019
3020
3021
3022
3023
3024
3025
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3017

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)


3017
3018
3019
3020
3021
3022
3023
3024
3025
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3017

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)


3017
3018
3019
3020
3021
3022
3023
3024
3025
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3017

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:



3017
3018
3019
3020
3021
3022
3023
3024
3025
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3017

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