Class: Aws::Types::GetWorkflowStepResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowStepResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#last_start_time ⇒ ::Time
Returns the value of attribute last_start_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next ⇒ ::Array[::String]
Returns the value of attribute next.
-
#no_of_srv_completed ⇒ ::Integer
Returns the value of attribute no_of_srv_completed.
-
#no_of_srv_failed ⇒ ::Integer
Returns the value of attribute no_of_srv_failed.
-
#outputs ⇒ ::Array[Types::WorkflowStepOutput]
Returns the value of attribute outputs.
-
#owner ⇒ "AWS_MANAGED", "CUSTOM"
Returns the value of attribute owner.
-
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
-
#script_output_location ⇒ ::String
Returns the value of attribute script_output_location.
-
#status ⇒ "AWAITING_DEPENDENCIES", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#step_action_type ⇒ "MANUAL", "AUTOMATED"
Returns the value of attribute step_action_type.
-
#step_group_id ⇒ ::String
Returns the value of attribute step_group_id.
-
#step_id ⇒ ::String
Returns the value of attribute step_id.
-
#step_target ⇒ ::Array[::String]
Returns the value of attribute step_target.
-
#total_no_of_srv ⇒ ::Integer
Returns the value of attribute total_no_of_srv.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
-
#workflow_step_automation_configuration ⇒ Types::WorkflowStepAutomationConfiguration
Returns the value of attribute workflow_step_automation_configuration.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
282 283 284 |
# File 'sig/types.rbs', line 282 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
271 272 273 |
# File 'sig/types.rbs', line 271 def description @description end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
284 285 286 |
# File 'sig/types.rbs', line 284 def end_time @end_time end |
#last_start_time ⇒ ::Time
Returns the value of attribute last_start_time.
283 284 285 |
# File 'sig/types.rbs', line 283 def last_start_time @last_start_time end |
#name ⇒ ::String
Returns the value of attribute name.
267 268 269 |
# File 'sig/types.rbs', line 267 def name @name end |
#next ⇒ ::Array[::String]
Returns the value of attribute next.
278 279 280 |
# File 'sig/types.rbs', line 278 def next @next end |
#no_of_srv_completed ⇒ ::Integer
Returns the value of attribute no_of_srv_completed.
285 286 287 |
# File 'sig/types.rbs', line 285 def no_of_srv_completed @no_of_srv_completed end |
#no_of_srv_failed ⇒ ::Integer
Returns the value of attribute no_of_srv_failed.
286 287 288 |
# File 'sig/types.rbs', line 286 def no_of_srv_failed @no_of_srv_failed end |
#outputs ⇒ ::Array[Types::WorkflowStepOutput]
Returns the value of attribute outputs.
276 277 278 |
# File 'sig/types.rbs', line 276 def outputs @outputs end |
#owner ⇒ "AWS_MANAGED", "CUSTOM"
Returns the value of attribute owner.
273 274 275 |
# File 'sig/types.rbs', line 273 def owner @owner end |
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
277 278 279 |
# File 'sig/types.rbs', line 277 def previous @previous end |
#script_output_location ⇒ ::String
Returns the value of attribute script_output_location.
281 282 283 |
# File 'sig/types.rbs', line 281 def script_output_location @script_output_location end |
#status ⇒ "AWAITING_DEPENDENCIES", ...
Returns the value of attribute status.
279 280 281 |
# File 'sig/types.rbs', line 279 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
280 281 282 |
# File 'sig/types.rbs', line 280 def @status_message end |
#step_action_type ⇒ "MANUAL", "AUTOMATED"
Returns the value of attribute step_action_type.
272 273 274 |
# File 'sig/types.rbs', line 272 def step_action_type @step_action_type end |
#step_group_id ⇒ ::String
Returns the value of attribute step_group_id.
268 269 270 |
# File 'sig/types.rbs', line 268 def step_group_id @step_group_id end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
270 271 272 |
# File 'sig/types.rbs', line 270 def step_id @step_id end |
#step_target ⇒ ::Array[::String]
Returns the value of attribute step_target.
275 276 277 |
# File 'sig/types.rbs', line 275 def step_target @step_target end |
#total_no_of_srv ⇒ ::Integer
Returns the value of attribute total_no_of_srv.
287 288 289 |
# File 'sig/types.rbs', line 287 def total_no_of_srv @total_no_of_srv end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
269 270 271 |
# File 'sig/types.rbs', line 269 def workflow_id @workflow_id end |
#workflow_step_automation_configuration ⇒ Types::WorkflowStepAutomationConfiguration
Returns the value of attribute workflow_step_automation_configuration.
274 275 276 |
# File 'sig/types.rbs', line 274 def workflow_step_automation_configuration @workflow_step_automation_configuration end |