Class: Aws::LicenseManager::Types::GetLicenseConversionTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::GetLicenseConversionTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_license_context ⇒ Types::LicenseConversionContext
Information about the license type converted to.
-
#end_time ⇒ Time
Time at which the license type conversion task was completed.
-
#license_conversion_task_id ⇒ String
ID of the license type conversion task.
-
#license_conversion_time ⇒ Time
Amount of time to complete the license type conversion.
-
#resource_arn ⇒ String
Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
-
#source_license_context ⇒ Types::LicenseConversionContext
Information about the license type converted from.
-
#start_time ⇒ Time
Time at which the license type conversion task was started .
-
#status ⇒ String
Status of the license type 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 converted to.
1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1500 class GetLicenseConversionTaskResponse < Struct.new( :license_conversion_task_id, :resource_arn, :source_license_context, :destination_license_context, :status_message, :status, :start_time, :license_conversion_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
Time at which the license type conversion task was completed.
1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1500 class GetLicenseConversionTaskResponse < Struct.new( :license_conversion_task_id, :resource_arn, :source_license_context, :destination_license_context, :status_message, :status, :start_time, :license_conversion_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#license_conversion_task_id ⇒ String
ID of the license type conversion task.
1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1500 class GetLicenseConversionTaskResponse < Struct.new( :license_conversion_task_id, :resource_arn, :source_license_context, :destination_license_context, :status_message, :status, :start_time, :license_conversion_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#license_conversion_time ⇒ Time
Amount of time to complete the license type conversion.
1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1500 class GetLicenseConversionTaskResponse < Struct.new( :license_conversion_task_id, :resource_arn, :source_license_context, :destination_license_context, :status_message, :status, :start_time, :license_conversion_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1500 class GetLicenseConversionTaskResponse < Struct.new( :license_conversion_task_id, :resource_arn, :source_license_context, :destination_license_context, :status_message, :status, :start_time, :license_conversion_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#source_license_context ⇒ Types::LicenseConversionContext
Information about the license type converted from.
1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1500 class GetLicenseConversionTaskResponse < Struct.new( :license_conversion_task_id, :resource_arn, :source_license_context, :destination_license_context, :status_message, :status, :start_time, :license_conversion_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
Time at which the license type conversion task was started .
1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1500 class GetLicenseConversionTaskResponse < Struct.new( :license_conversion_task_id, :resource_arn, :source_license_context, :destination_license_context, :status_message, :status, :start_time, :license_conversion_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the license type conversion task.
1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1500 class GetLicenseConversionTaskResponse < Struct.new( :license_conversion_task_id, :resource_arn, :source_license_context, :destination_license_context, :status_message, :status, :start_time, :license_conversion_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message for the conversion task.
1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1500 class GetLicenseConversionTaskResponse < Struct.new( :license_conversion_task_id, :resource_arn, :source_license_context, :destination_license_context, :status_message, :status, :start_time, :license_conversion_time, :end_time) SENSITIVE = [] include Aws::Structure end |