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
Note:
When making an API call, you may pass GetAccessPreviewRequest data as a hash:
{
access_preview_id: "AccessPreviewId", # required
analyzer_arn: "AnalyzerArn", # required
}
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.
1357 1358 1359 1360 1361 1362 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1357 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.
1357 1358 1359 1360 1361 1362 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1357 class GetAccessPreviewRequest < Struct.new( :access_preview_id, :analyzer_arn) SENSITIVE = [] include Aws::Structure end |