Class: Aws::AccessAnalyzer::Types::GetAccessPreviewResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AccessAnalyzer::Types::GetAccessPreviewResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      1955 1956 1957 1958 1959  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 1955 class GetAccessPreviewResponse < Struct.new( :access_preview) SENSITIVE = [] include Aws::Structure end  |