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

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

#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 in the License Manager User Guide.



626
627
628
629
630
631
632
# File 'gems/aws-sdk-licensemanager/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 'gems/aws-sdk-licensemanager/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 in the License Manager User Guide.



626
627
628
629
630
631
632
# File 'gems/aws-sdk-licensemanager/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