Class: Aws::CodeArtifact::Types::LicenseInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeArtifact::Types::LicenseInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codeartifact/types.rb
 
Overview
Details of the license data.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the license.
 - 
  
    
      #url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URL for license data.
 
Instance Attribute Details
#name ⇒ String
Name of the license.
      1684 1685 1686 1687 1688 1689  | 
    
      # File 'lib/aws-sdk-codeartifact/types.rb', line 1684 class LicenseInfo < Struct.new( :name, :url) SENSITIVE = [] include Aws::Structure end  | 
  
#url ⇒ String
The URL for license data.
      1684 1685 1686 1687 1688 1689  | 
    
      # File 'lib/aws-sdk-codeartifact/types.rb', line 1684 class LicenseInfo < Struct.new( :name, :url) SENSITIVE = [] include Aws::Structure end  |