Class: Aws::AccessAnalyzer::Types::CreateAccessPreviewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::CreateAccessPreviewResponse
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique ID for the access preview.
Instance Attribute Details
#id ⇒ String
The unique ID for the access preview.
1040 1041 1042 1043 1044 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1040 class CreateAccessPreviewResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |