Class: Aws::AccessAnalyzer::Types::ListFindingsV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ListFindingsV2Request
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
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 criteria used to sort.
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
2946 2947 2948 2949 2950 2951 2952 2953 2954 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2946 class ListFindingsV2Request < Struct.new( :analyzer_arn, :filter, :max_results, :next_token, :sort) SENSITIVE = [] include Aws::Structure end |
#filter ⇒ Hash<String,Types::Criterion>
A filter to match for the findings to return.
2946 2947 2948 2949 2950 2951 2952 2953 2954 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2946 class ListFindingsV2Request < Struct.new( :analyzer_arn, :filter, :max_results, :next_token, :sort) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in the response.
2946 2947 2948 2949 2950 2951 2952 2953 2954 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2946 class ListFindingsV2Request < Struct.new( :analyzer_arn, :filter, :max_results, :next_token, :sort) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned.
2946 2947 2948 2949 2950 2951 2952 2953 2954 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2946 class ListFindingsV2Request < Struct.new( :analyzer_arn, :filter, :max_results, :next_token, :sort) SENSITIVE = [] include Aws::Structure end |
#sort ⇒ Types::SortCriteria
The criteria used to sort.
2946 2947 2948 2949 2950 2951 2952 2953 2954 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2946 class ListFindingsV2Request < Struct.new( :analyzer_arn, :filter, :max_results, :next_token, :sort) SENSITIVE = [] include Aws::Structure end |