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
608 |
# File 'sig/client.rbs', line 608 def destination_license_context: () -> Types::LicenseConversionContext |
#end_time ⇒ ::Time
613 |
# File 'sig/client.rbs', line 613 def end_time: () -> ::Time |
#license_conversion_task_id ⇒ ::String
605 |
# File 'sig/client.rbs', line 605 def license_conversion_task_id: () -> ::String |
#license_conversion_time ⇒ ::Time
612 |
# File 'sig/client.rbs', line 612 def license_conversion_time: () -> ::Time |
#resource_arn ⇒ ::String
606 |
# File 'sig/client.rbs', line 606 def resource_arn: () -> ::String |
#source_license_context ⇒ Types::LicenseConversionContext
607 |
# File 'sig/client.rbs', line 607 def source_license_context: () -> Types::LicenseConversionContext |
#start_time ⇒ ::Time
611 |
# File 'sig/client.rbs', line 611 def start_time: () -> ::Time |
#status ⇒ "IN_PROGRESS", ...
610 |
# File 'sig/client.rbs', line 610 def status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED") |
#status_message ⇒ ::String
609 |
# File 'sig/client.rbs', line 609 def status_message: () -> ::String |