Class: Aws::LicenseManager::Types::GetLicenseRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_arnString

Amazon Resource Name (ARN) of the license.

Returns:

  • (String)


1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1549

class GetLicenseRequest < Struct.new(
  :license_arn,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

License version.

Returns:

  • (String)


1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1549

class GetLicenseRequest < Struct.new(
  :license_arn,
  :version)
  SENSITIVE = []
  include Aws::Structure
end