Class: Aws::Types::GetMigrationWorkflowResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMigrationWorkflowResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ads_application_configuration_id ⇒ ::String
Returns the value of attribute ads_application_configuration_id.
-
#ads_application_name ⇒ ::String
Returns the value of attribute ads_application_name.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#completed_steps ⇒ ::Integer
Returns the value of attribute completed_steps.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#last_start_time ⇒ ::Time
Returns the value of attribute last_start_time.
-
#last_stop_time ⇒ ::Time
Returns the value of attribute last_stop_time.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
-
#tools ⇒ ::Array[Types::Tool]
Returns the value of attribute tools.
-
#total_steps ⇒ ::Integer
Returns the value of attribute total_steps.
-
#workflow_bucket ⇒ ::String
Returns the value of attribute workflow_bucket.
-
#workflow_inputs ⇒ ::Hash[::String, Types::StepInput]
Returns the value of attribute workflow_inputs.
Instance Attribute Details
#ads_application_configuration_id ⇒ ::String
Returns the value of attribute ads_application_configuration_id.
156 157 158 |
# File 'sig/types.rbs', line 156 def ads_application_configuration_id @ads_application_configuration_id end |
#ads_application_name ⇒ ::String
Returns the value of attribute ads_application_name.
157 158 159 |
# File 'sig/types.rbs', line 157 def ads_application_name @ads_application_name end |
#arn ⇒ ::String
Returns the value of attribute arn.
152 153 154 |
# File 'sig/types.rbs', line 152 def arn @arn end |
#completed_steps ⇒ ::Integer
Returns the value of attribute completed_steps.
167 168 169 |
# File 'sig/types.rbs', line 167 def completed_steps @completed_steps end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
160 161 162 |
# File 'sig/types.rbs', line 160 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
154 155 156 |
# File 'sig/types.rbs', line 154 def description @description end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
164 165 166 |
# File 'sig/types.rbs', line 164 def end_time @end_time end |
#id ⇒ ::String
Returns the value of attribute id.
151 152 153 |
# File 'sig/types.rbs', line 151 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
163 164 165 |
# File 'sig/types.rbs', line 163 def last_modified_time @last_modified_time end |
#last_start_time ⇒ ::Time
Returns the value of attribute last_start_time.
161 162 163 |
# File 'sig/types.rbs', line 161 def last_start_time @last_start_time end |
#last_stop_time ⇒ ::Time
Returns the value of attribute last_stop_time.
162 163 164 |
# File 'sig/types.rbs', line 162 def last_stop_time @last_stop_time end |
#name ⇒ ::String
Returns the value of attribute name.
153 154 155 |
# File 'sig/types.rbs', line 153 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
158 159 160 |
# File 'sig/types.rbs', line 158 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
159 160 161 |
# File 'sig/types.rbs', line 159 def end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
169 170 171 |
# File 'sig/types.rbs', line 169 def end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
155 156 157 |
# File 'sig/types.rbs', line 155 def template_id @template_id end |
#tools ⇒ ::Array[Types::Tool]
Returns the value of attribute tools.
165 166 167 |
# File 'sig/types.rbs', line 165 def tools @tools end |
#total_steps ⇒ ::Integer
Returns the value of attribute total_steps.
166 167 168 |
# File 'sig/types.rbs', line 166 def total_steps @total_steps end |
#workflow_bucket ⇒ ::String
Returns the value of attribute workflow_bucket.
170 171 172 |
# File 'sig/types.rbs', line 170 def workflow_bucket @workflow_bucket end |
#workflow_inputs ⇒ ::Hash[::String, Types::StepInput]
Returns the value of attribute workflow_inputs.
168 169 170 |
# File 'sig/types.rbs', line 168 def workflow_inputs @workflow_inputs end |