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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeartifact/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)


1906
1907
1908
1909
1910
1911
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1906

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

#urlString

The URL for license data.

Returns:

  • (String)


1906
1907
1908
1909
1910
1911
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1906

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