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.
1611 1612 1613 1614 1615 1616 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 1611 class LicenseInfo < Struct.new( :name, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL for license data.
1611 1612 1613 1614 1615 1616 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 1611 class LicenseInfo < Struct.new( :name, :url) SENSITIVE = [] include Aws::Structure end |