Class: Aws::LicenseManager::Types::CreateLicenseConversionTaskForResourceResponse

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_conversion_task_idString

The ID of the created license type conversion task.

Returns:

  • (String)


649
650
651
652
653
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 649

class CreateLicenseConversionTaskForResourceResponse < Struct.new(
  :license_conversion_task_id)
  SENSITIVE = []
  include Aws::Structure
end