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.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def conversion_task_id @conversion_task_id end |
#expiration_time ⇒ ::String
Returns the value of attribute expiration_time.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def expiration_time @expiration_time end |
#import_instance ⇒ Types::ImportInstanceTaskDetails
Returns the value of attribute import_instance.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def import_instance @import_instance end |
#import_volume ⇒ Types::ImportVolumeTaskDetails
Returns the value of attribute import_volume.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def import_volume @import_volume end |
#state ⇒ "active", ...
Returns the value of attribute state.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def @status_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def @tags end |