Class: Aws::AccessAnalyzer::Types::GetAccessPreviewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetAccessPreviewRequest
- 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 preview.
Instance Attribute Details
#access_preview_id ⇒ String
The unique ID for the access preview.
1942 1943 1944 1945 1946 1947 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1942 class GetAccessPreviewRequest < Struct.new( :access_preview_id, :analyzer_arn) SENSITIVE = [] include Aws::Structure end |
#analyzer_arn ⇒ String
The ARN of the analyzer used to generate the access preview.
1942 1943 1944 1945 1946 1947 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1942 class GetAccessPreviewRequest < Struct.new( :access_preview_id, :analyzer_arn) SENSITIVE = [] include Aws::Structure end |