Module: Aws::LicenseManager::Client::_GetLicenseConversionTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLicenseConversionTaskResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #destination_license_context ⇒ Types::LicenseConversionContext
- #end_time ⇒ ::Time
- #license_conversion_task_id ⇒ ::String
- #license_conversion_time ⇒ ::Time
- #resource_arn ⇒ ::String
- #source_license_context ⇒ Types::LicenseConversionContext
- #start_time ⇒ ::Time
- #status ⇒ "IN_PROGRESS", ...
- #status_message ⇒ ::String
Instance Method Details
#destination_license_context ⇒ Types::LicenseConversionContext
607 |
# File 'sig/client.rbs', line 607
def destination_license_context: () -> Types::LicenseConversionContext
|
#end_time ⇒ ::Time
612 |
# File 'sig/client.rbs', line 612
def end_time: () -> ::Time
|
#license_conversion_task_id ⇒ ::String
604 |
# File 'sig/client.rbs', line 604
def license_conversion_task_id: () -> ::String
|
#license_conversion_time ⇒ ::Time
611 |
# File 'sig/client.rbs', line 611
def license_conversion_time: () -> ::Time
|
#resource_arn ⇒ ::String
605 |
# File 'sig/client.rbs', line 605
def resource_arn: () -> ::String
|
#source_license_context ⇒ Types::LicenseConversionContext
606 |
# File 'sig/client.rbs', line 606
def source_license_context: () -> Types::LicenseConversionContext
|
#start_time ⇒ ::Time
610 |
# File 'sig/client.rbs', line 610
def start_time: () -> ::Time
|
#status ⇒ "IN_PROGRESS", ...
609 |
# File 'sig/client.rbs', line 609
def status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")
|
#status_message ⇒ ::String
608 |
# File 'sig/client.rbs', line 608
def status_message: () -> ::String
|