Class: Aws::Types::LicenseConversionTask
- Inherits:
-
Object
- Object
- Aws::Types::LicenseConversionTask
- 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.
767 768 769 |
# File 'sig/types.rbs', line 767 def destination_license_context @destination_license_context end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
772 773 774 |
# File 'sig/types.rbs', line 772 def end_time @end_time end |
#license_conversion_task_id ⇒ ::String
Returns the value of attribute license_conversion_task_id.
764 765 766 |
# File 'sig/types.rbs', line 764 def license_conversion_task_id @license_conversion_task_id end |
#license_conversion_time ⇒ ::Time
Returns the value of attribute license_conversion_time.
771 772 773 |
# File 'sig/types.rbs', line 771 def license_conversion_time @license_conversion_time end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
765 766 767 |
# File 'sig/types.rbs', line 765 def resource_arn @resource_arn end |
#source_license_context ⇒ Types::LicenseConversionContext
Returns the value of attribute source_license_context.
766 767 768 |
# File 'sig/types.rbs', line 766 def source_license_context @source_license_context end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
770 771 772 |
# File 'sig/types.rbs', line 770 def start_time @start_time end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
768 769 770 |
# File 'sig/types.rbs', line 768 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
769 770 771 |
# File 'sig/types.rbs', line 769 def end |