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.
1872 1873 1874 1875 1876 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1872 class GetAccessPreviewResponse < Struct.new( :access_preview) SENSITIVE = [] include Aws::Structure end |