Class: Aws::AccessAnalyzer::Types::ListAccessPreviewsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ListAccessPreviewsRequest
- 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] used to generate the access preview.
-
#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
#analyzer_arn ⇒ String
The ARN of the analyzer used to generate the access preview.
2613 2614 2615 2616 2617 2618 2619 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2613 class ListAccessPreviewsRequest < Struct.new( :analyzer_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in the response.
2613 2614 2615 2616 2617 2618 2619 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2613 class ListAccessPreviewsRequest < Struct.new( :analyzer_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned.
2613 2614 2615 2616 2617 2618 2619 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2613 class ListAccessPreviewsRequest < Struct.new( :analyzer_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |