Class: Aws::AccessAnalyzer::Types::ListFindingsV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ListFindingsV2Request
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ String
The [ARN of the analyzer][1] 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.
2861 2862 2863 2864 2865 2866 2867 2868 2869 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2861 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.
2861 2862 2863 2864 2865 2866 2867 2868 2869 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2861 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.
2861 2862 2863 2864 2865 2866 2867 2868 2869 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2861 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.
2861 2862 2863 2864 2865 2866 2867 2868 2869 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2861 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.
2861 2862 2863 2864 2865 2866 2867 2868 2869 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2861 class ListFindingsV2Request < Struct.new( :analyzer_arn, :filter, :max_results, :next_token, :sort) SENSITIVE = [] include Aws::Structure end |