Class: Aws::LicenseManager::Types::CreateLicenseConversionTaskForResourceRequest

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

#destination_license_contextTypes::LicenseConversionContext

Information that identifies the license type you are converting to. For the structure of the destination license, see [Convert a license type using the CLI ][1] in the *License Manager User Guide*.

[1]: docs.aws.amazon.com/license-manager/latest/userguide/conversion-procedures.html#conversion-cli



626
627
628
629
630
631
632
# File 'lib/aws-sdk-licensemanager/types.rb', line 626

class CreateLicenseConversionTaskForResourceRequest < Struct.new(
  :resource_arn,
  :source_license_context,
  :destination_license_context)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

Amazon Resource Name (ARN) of the resource you are converting the license type for.

Returns:

  • (String)


626
627
628
629
630
631
632
# File 'lib/aws-sdk-licensemanager/types.rb', line 626

class CreateLicenseConversionTaskForResourceRequest < Struct.new(
  :resource_arn,
  :source_license_context,
  :destination_license_context)
  SENSITIVE = []
  include Aws::Structure
end

#source_license_contextTypes::LicenseConversionContext

Information that identifies the license type you are converting from. For the structure of the source license, see [Convert a license type using the CLI ][1] in the *License Manager User Guide*.

[1]: docs.aws.amazon.com/license-manager/latest/userguide/conversion-procedures.html#conversion-cli



626
627
628
629
630
631
632
# File 'lib/aws-sdk-licensemanager/types.rb', line 626

class CreateLicenseConversionTaskForResourceRequest < Struct.new(
  :resource_arn,
  :source_license_context,
  :destination_license_context)
  SENSITIVE = []
  include Aws::Structure
end