Class: Aws::Types::ConversionTask
- Inherits:
-
Object
- Object
- Aws::Types::ConversionTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conversion_task_id ⇒ ::String
Returns the value of attribute conversion_task_id.
-
#expiration_time ⇒ ::String
Returns the value of attribute expiration_time.
-
#import_instance ⇒ Types::ImportInstanceTaskDetails
Returns the value of attribute import_instance.
-
#import_volume ⇒ Types::ImportVolumeTaskDetails
Returns the value of attribute import_volume.
-
#state ⇒ "active", ...
Returns the value of attribute state.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#conversion_task_id ⇒ ::String
Returns the value of attribute conversion_task_id.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def conversion_task_id @conversion_task_id end |
#expiration_time ⇒ ::String
Returns the value of attribute expiration_time.
2032 2033 2034 |
# File 'sig/types.rbs', line 2032 def expiration_time @expiration_time end |
#import_instance ⇒ Types::ImportInstanceTaskDetails
Returns the value of attribute import_instance.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def import_instance @import_instance end |
#import_volume ⇒ Types::ImportVolumeTaskDetails
Returns the value of attribute import_volume.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def import_volume @import_volume end |
#state ⇒ "active", ...
Returns the value of attribute state.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def @status_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2037 2038 2039 |
# File 'sig/types.rbs', line 2037 def @tags end |