Class: Aws::AccessAnalyzer::Types::GetAccessPreviewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetAccessPreviewResponse
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_preview ⇒ Types::AccessPreview
An object that contains information about the access preview.
Instance Attribute Details
#access_preview ⇒ Types::AccessPreview
An object that contains information about the access preview.
2093 2094 2095 2096 2097 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2093 class GetAccessPreviewResponse < Struct.new( :access_preview) SENSITIVE = [] include Aws::Structure end |