Class: Aws::AccessAnalyzer::Types::ListAccessPreviewFindingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ListAccessPreviewFindingsRequest
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_preview_id ⇒ String
The unique ID for the access preview.
-
#analyzer_arn ⇒ String
The [ARN of the analyzer][1] used to generate the access.
-
#filter ⇒ Hash<String,Types::Criterion>
Criteria to filter the returned findings.
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#next_token ⇒ String
A token used for pagination of results returned.
Instance Attribute Details
#access_preview_id ⇒ String
The unique ID for the access preview.
2567 2568 2569 2570 2571 2572 2573 2574 2575 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2567 class ListAccessPreviewFindingsRequest < Struct.new( :access_preview_id, :analyzer_arn, :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#analyzer_arn ⇒ String
The ARN of the analyzer used to generate the access.
2567 2568 2569 2570 2571 2572 2573 2574 2575 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2567 class ListAccessPreviewFindingsRequest < Struct.new( :access_preview_id, :analyzer_arn, :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#filter ⇒ Hash<String,Types::Criterion>
Criteria to filter the returned findings.
2567 2568 2569 2570 2571 2572 2573 2574 2575 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2567 class ListAccessPreviewFindingsRequest < Struct.new( :access_preview_id, :analyzer_arn, :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in the response.
2567 2568 2569 2570 2571 2572 2573 2574 2575 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2567 class ListAccessPreviewFindingsRequest < Struct.new( :access_preview_id, :analyzer_arn, :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned.
2567 2568 2569 2570 2571 2572 2573 2574 2575 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2567 class ListAccessPreviewFindingsRequest < Struct.new( :access_preview_id, :analyzer_arn, :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |