Class: Aws::LicenseManager::Types::LicenseConversionTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::LicenseConversionTask
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Information about a license type conversion task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_license_context ⇒ Types::LicenseConversionContext
Information about the license type this conversion task converted to.
-
#end_time ⇒ Time
The time the conversion task was completed.
-
#license_conversion_task_id ⇒ String
The ID of the license type conversion task.
-
#license_conversion_time ⇒ Time
The time the usage operation value of the resource was changed.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource associated with the license type conversion task.
-
#source_license_context ⇒ Types::LicenseConversionContext
Information about the license type this conversion task converted from.
-
#start_time ⇒ Time
The time the conversion task was started at.
-
#status ⇒ String
The status of the conversion task.
-
#status_message ⇒ String
The status message for the conversion task.
Instance Attribute Details
#destination_license_context ⇒ Types::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 '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_time ⇒ Time
The time the conversion task was completed.
2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 |
# File '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_id ⇒ String
The ID of the license type conversion task.
2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 |
# File '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_time ⇒ Time
The time the usage operation value of the resource was changed.
2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the resource associated with the license type conversion task.
2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 |
# File '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_context ⇒ Types::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 '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_time ⇒ Time
The time the conversion task was started at.
2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 |
# File '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 ⇒ String
The status of the conversion task.
2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 |
# File '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_message ⇒ String
The status message for the conversion task.
2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 |
# File '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 |