Class: Aws::CodeArtifact::Types::LicenseInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeartifact/types.rb

Overview

Details of the license data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of the license.

Returns:

  • (String)


1915
1916
1917
1918
1919
1920
# File 'lib/aws-sdk-codeartifact/types.rb', line 1915

class LicenseInfo < Struct.new(
  :name,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The URL for license data.

Returns:

  • (String)


1915
1916
1917
1918
1919
1920
# File 'lib/aws-sdk-codeartifact/types.rb', line 1915

class LicenseInfo < Struct.new(
  :name,
  :url)
  SENSITIVE = []
  include Aws::Structure
end