Class: Aws::AccessAnalyzer::Types::ListFindingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ListFindingsRequest
- 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
-
#analyzer_arn ⇒ String
The [ARN of the analyzer] to retrieve findings from.
-
#filter ⇒ Hash<String,Types::Criterion>
A filter to match for the findings to return.
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#next_token ⇒ String
A token used for pagination of results returned.
-
#sort ⇒ Types::SortCriteria
The sort order for the findings returned.
Instance Attribute Details
#analyzer_arn ⇒ String
The [ARN of the analyzer] to retrieve findings from.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources
2890 2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2890 class ListFindingsRequest < Struct.new( :analyzer_arn, :filter, :sort, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#filter ⇒ Hash<String,Types::Criterion>
A filter to match for the findings to return.
2890 2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2890 class ListFindingsRequest < Struct.new( :analyzer_arn, :filter, :sort, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in the response.
2890 2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2890 class ListFindingsRequest < Struct.new( :analyzer_arn, :filter, :sort, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned.
2890 2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2890 class ListFindingsRequest < Struct.new( :analyzer_arn, :filter, :sort, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sort ⇒ Types::SortCriteria
The sort order for the findings returned.
2890 2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2890 class ListFindingsRequest < Struct.new( :analyzer_arn, :filter, :sort, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |