Class: Aws::WellArchitected::Types::ExportLensOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::ExportLensOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #lens_json  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The JSON representation of a lens.
 
Instance Attribute Details
#lens_json ⇒ String
The JSON representation of a lens.
      1847 1848 1849 1850 1851  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 1847 class ExportLensOutput < Struct.new( :lens_json) SENSITIVE = [] include Aws::Structure end  |