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.
2015 2016 2017 |
# File 'sig/types.rbs', line 2015 def conversion_task_id @conversion_task_id end |
#expiration_time ⇒ ::String
Returns the value of attribute expiration_time.
2016 2017 2018 |
# File 'sig/types.rbs', line 2016 def expiration_time @expiration_time end |
#import_instance ⇒ Types::ImportInstanceTaskDetails
Returns the value of attribute import_instance.
2017 2018 2019 |
# File 'sig/types.rbs', line 2017 def import_instance @import_instance end |
#import_volume ⇒ Types::ImportVolumeTaskDetails
Returns the value of attribute import_volume.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def import_volume @import_volume end |
#state ⇒ "active", ...
Returns the value of attribute state.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def @status_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def @tags end |