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)


640
641
642
643
644
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 640

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