Class: Aws::WellArchitected::Types::CreateLensVersionOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::CreateLensVersionOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #lens_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN for the lens.
 - 
  
    
      #lens_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the lens.
 
Instance Attribute Details
#lens_arn ⇒ String
The ARN for the lens.
      877 878 879 880 881 882  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 877 class CreateLensVersionOutput < Struct.new( :lens_arn, :lens_version) SENSITIVE = [] include Aws::Structure end  | 
  
#lens_version ⇒ String
The version of the lens.
      877 878 879 880 881 882  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 877 class CreateLensVersionOutput < Struct.new( :lens_arn, :lens_version) SENSITIVE = [] include Aws::Structure end  |