Class: Aws::LicenseManager::Types::LicenseConversionTask

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb

Overview

Information about a license type conversion task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_license_contextTypes::LicenseConversionContext

Information about the license type this conversion task converted to.



2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2200

class LicenseConversionTask < Struct.new(
  :license_conversion_task_id,
  :resource_arn,
  :source_license_context,
  :destination_license_context,
  :status,
  :status_message,
  :start_time,
  :license_conversion_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The time the conversion task was completed.

Returns:

  • (Time)


2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2200

class LicenseConversionTask < Struct.new(
  :license_conversion_task_id,
  :resource_arn,
  :source_license_context,
  :destination_license_context,
  :status,
  :status_message,
  :start_time,
  :license_conversion_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#license_conversion_task_idString

The ID of the license type conversion task.

Returns:

  • (String)


2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2200

class LicenseConversionTask < Struct.new(
  :license_conversion_task_id,
  :resource_arn,
  :source_license_context,
  :destination_license_context,
  :status,
  :status_message,
  :start_time,
  :license_conversion_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#license_conversion_timeTime

The time the usage operation value of the resource was changed.

Returns:

  • (Time)


2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2200

class LicenseConversionTask < Struct.new(
  :license_conversion_task_id,
  :resource_arn,
  :source_license_context,
  :destination_license_context,
  :status,
  :status_message,
  :start_time,
  :license_conversion_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the resource associated with the license type conversion task.

Returns:

  • (String)


2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2200

class LicenseConversionTask < Struct.new(
  :license_conversion_task_id,
  :resource_arn,
  :source_license_context,
  :destination_license_context,
  :status,
  :status_message,
  :start_time,
  :license_conversion_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#source_license_contextTypes::LicenseConversionContext

Information about the license type this conversion task converted from.



2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2200

class LicenseConversionTask < Struct.new(
  :license_conversion_task_id,
  :resource_arn,
  :source_license_context,
  :destination_license_context,
  :status,
  :status_message,
  :start_time,
  :license_conversion_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The time the conversion task was started at.

Returns:

  • (Time)


2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2200

class LicenseConversionTask < Struct.new(
  :license_conversion_task_id,
  :resource_arn,
  :source_license_context,
  :destination_license_context,
  :status,
  :status_message,
  :start_time,
  :license_conversion_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the conversion task.

Returns:

  • (String)


2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2200

class LicenseConversionTask < Struct.new(
  :license_conversion_task_id,
  :resource_arn,
  :source_license_context,
  :destination_license_context,
  :status,
  :status_message,
  :start_time,
  :license_conversion_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status message for the conversion task.

Returns:

  • (String)


2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2200

class LicenseConversionTask < Struct.new(
  :license_conversion_task_id,
  :resource_arn,
  :source_license_context,
  :destination_license_context,
  :status,
  :status_message,
  :start_time,
  :license_conversion_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end