Class: Aws::Types::MigrationWorkflowSummary
- Inherits:
-
Object
- Object
- Aws::Types::MigrationWorkflowSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ads_application_configuration_name ⇒ ::String
Returns the value of attribute ads_application_configuration_name.
-
#completed_steps ⇒ ::Integer
Returns the value of attribute completed_steps.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
-
#total_steps ⇒ ::Integer
Returns the value of attribute total_steps.
Instance Attribute Details
#ads_application_configuration_name ⇒ ::String
Returns the value of attribute ads_application_configuration_name.
405 406 407 |
# File 'sig/types.rbs', line 405 def ads_application_configuration_name @ads_application_configuration_name end |
#completed_steps ⇒ ::Integer
Returns the value of attribute completed_steps.
410 411 412 |
# File 'sig/types.rbs', line 410 def completed_steps @completed_steps end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
407 408 409 |
# File 'sig/types.rbs', line 407 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
408 409 410 |
# File 'sig/types.rbs', line 408 def end_time @end_time end |
#id ⇒ ::String
Returns the value of attribute id.
402 403 404 |
# File 'sig/types.rbs', line 402 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
403 404 405 |
# File 'sig/types.rbs', line 403 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
406 407 408 |
# File 'sig/types.rbs', line 406 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
409 410 411 |
# File 'sig/types.rbs', line 409 def @status_message end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
404 405 406 |
# File 'sig/types.rbs', line 404 def template_id @template_id end |
#total_steps ⇒ ::Integer
Returns the value of attribute total_steps.
411 412 413 |
# File 'sig/types.rbs', line 411 def total_steps @total_steps end |