Class: Aws::Types::GetLicenseConversionTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLicenseConversionTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_license_context ⇒ Types::LicenseConversionContext
Returns the value of attribute destination_license_context.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#license_conversion_task_id ⇒ ::String
Returns the value of attribute license_conversion_task_id.
-
#license_conversion_time ⇒ ::Time
Returns the value of attribute license_conversion_time.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#source_license_context ⇒ Types::LicenseConversionContext
Returns the value of attribute source_license_context.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#destination_license_context ⇒ Types::LicenseConversionContext
Returns the value of attribute destination_license_context.
527 528 529 |
# File 'sig/types.rbs', line 527 def destination_license_context @destination_license_context end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
532 533 534 |
# File 'sig/types.rbs', line 532 def end_time @end_time end |
#license_conversion_task_id ⇒ ::String
Returns the value of attribute license_conversion_task_id.
524 525 526 |
# File 'sig/types.rbs', line 524 def license_conversion_task_id @license_conversion_task_id end |
#license_conversion_time ⇒ ::Time
Returns the value of attribute license_conversion_time.
531 532 533 |
# File 'sig/types.rbs', line 531 def license_conversion_time @license_conversion_time end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
525 526 527 |
# File 'sig/types.rbs', line 525 def resource_arn @resource_arn end |
#source_license_context ⇒ Types::LicenseConversionContext
Returns the value of attribute source_license_context.
526 527 528 |
# File 'sig/types.rbs', line 526 def source_license_context @source_license_context end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
530 531 532 |
# File 'sig/types.rbs', line 530 def start_time @start_time end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
529 530 531 |
# File 'sig/types.rbs', line 529 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
528 529 530 |
# File 'sig/types.rbs', line 528 def @status_message end |