Class: Aws::WellArchitected::Types::GetLensOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::GetLensOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #lens  ⇒ Types::Lens 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A lens return object.
 
Instance Attribute Details
#lens ⇒ Types::Lens
A lens return object.
      2059 2060 2061 2062 2063  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 2059 class GetLensOutput < Struct.new( :lens) SENSITIVE = [] include Aws::Structure end  |