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)


2639
2640
2641
2642
2643
2644
2645
2646
2647
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2639

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:



2639
2640
2641
2642
2643
2644
2645
2646
2647
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2639

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)


2639
2640
2641
2642
2643
2644
2645
2646
2647
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2639

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)


2639
2640
2641
2642
2643
2644
2645
2646
2647
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2639

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:



2639
2640
2641
2642
2643
2644
2645
2646
2647
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2639

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