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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1568
1569
1570
1571
1572
1573
# File 'lib/aws-sdk-licensemanager/types.rb', line 1568

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

#versionString

License version.

Returns:

  • (String)


1568
1569
1570
1571
1572
1573
# File 'lib/aws-sdk-licensemanager/types.rb', line 1568

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