Class: Aws::Types::StepExecution
- Inherits:
-
Object
- Object
- Aws::Types::StepExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#execution_end_time ⇒ ::Time
Returns the value of attribute execution_end_time.
-
#execution_start_time ⇒ ::Time
Returns the value of attribute execution_start_time.
-
#failure_details ⇒ Types::FailureDetails
Returns the value of attribute failure_details.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#inputs ⇒ ::Hash[::String, ::String]
Returns the value of attribute inputs.
-
#is_critical ⇒ Boolean
Returns the value of attribute is_critical.
-
#is_end ⇒ Boolean
Returns the value of attribute is_end.
-
#max_attempts ⇒ ::Integer
Returns the value of attribute max_attempts.
-
#next_step ⇒ ::String
Returns the value of attribute next_step.
-
#on_failure ⇒ ::String
Returns the value of attribute on_failure.
-
#outputs ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute outputs.
-
#overridden_parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute overridden_parameters.
-
#parent_step_details ⇒ Types::ParentStepDetails
Returns the value of attribute parent_step_details.
-
#response ⇒ ::String
Returns the value of attribute response.
-
#response_code ⇒ ::String
Returns the value of attribute response_code.
-
#step_execution_id ⇒ ::String
Returns the value of attribute step_execution_id.
-
#step_name ⇒ ::String
Returns the value of attribute step_name.
-
#step_status ⇒ "Pending", ...
Returns the value of attribute step_status.
-
#target_location ⇒ Types::TargetLocation
Returns the value of attribute target_location.
-
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
-
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
-
#triggered_alarms ⇒ ::Array[Types::AlarmStateInformation]
Returns the value of attribute triggered_alarms.
-
#valid_next_steps ⇒ ::Array[::String]
Returns the value of attribute valid_next_steps.
-
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
4231 4232 4233 |
# File 'sig/types.rbs', line 4231 def action @action end |
#execution_end_time ⇒ ::Time
Returns the value of attribute execution_end_time.
4236 4237 4238 |
# File 'sig/types.rbs', line 4236 def execution_end_time @execution_end_time end |
#execution_start_time ⇒ ::Time
Returns the value of attribute execution_start_time.
4235 4236 4237 |
# File 'sig/types.rbs', line 4235 def execution_start_time @execution_start_time end |
#failure_details ⇒ Types::FailureDetails
Returns the value of attribute failure_details.
4244 4245 4246 |
# File 'sig/types.rbs', line 4244 def failure_details @failure_details end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
4242 4243 4244 |
# File 'sig/types.rbs', line 4242 def end |
#inputs ⇒ ::Hash[::String, ::String]
Returns the value of attribute inputs.
4239 4240 4241 |
# File 'sig/types.rbs', line 4239 def inputs @inputs end |
#is_critical ⇒ Boolean
Returns the value of attribute is_critical.
4249 4250 4251 |
# File 'sig/types.rbs', line 4249 def is_critical @is_critical end |
#is_end ⇒ Boolean
Returns the value of attribute is_end.
4247 4248 4249 |
# File 'sig/types.rbs', line 4247 def is_end @is_end end |
#max_attempts ⇒ ::Integer
Returns the value of attribute max_attempts.
4234 4235 4236 |
# File 'sig/types.rbs', line 4234 def max_attempts @max_attempts end |
#next_step ⇒ ::String
Returns the value of attribute next_step.
4248 4249 4250 |
# File 'sig/types.rbs', line 4248 def next_step @next_step end |
#on_failure ⇒ ::String
Returns the value of attribute on_failure.
4233 4234 4235 |
# File 'sig/types.rbs', line 4233 def on_failure @on_failure end |
#outputs ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute outputs.
4240 4241 4242 |
# File 'sig/types.rbs', line 4240 def outputs @outputs end |
#overridden_parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute overridden_parameters.
4246 4247 4248 |
# File 'sig/types.rbs', line 4246 def overridden_parameters @overridden_parameters end |
#parent_step_details ⇒ Types::ParentStepDetails
Returns the value of attribute parent_step_details.
4254 4255 4256 |
# File 'sig/types.rbs', line 4254 def parent_step_details @parent_step_details end |
#response ⇒ ::String
Returns the value of attribute response.
4241 4242 4243 |
# File 'sig/types.rbs', line 4241 def response @response end |
#response_code ⇒ ::String
Returns the value of attribute response_code.
4238 4239 4240 |
# File 'sig/types.rbs', line 4238 def response_code @response_code end |
#step_execution_id ⇒ ::String
Returns the value of attribute step_execution_id.
4245 4246 4247 |
# File 'sig/types.rbs', line 4245 def step_execution_id @step_execution_id end |
#step_name ⇒ ::String
Returns the value of attribute step_name.
4230 4231 4232 |
# File 'sig/types.rbs', line 4230 def step_name @step_name end |
#step_status ⇒ "Pending", ...
Returns the value of attribute step_status.
4237 4238 4239 |
# File 'sig/types.rbs', line 4237 def step_status @step_status end |
#target_location ⇒ Types::TargetLocation
Returns the value of attribute target_location.
4252 4253 4254 |
# File 'sig/types.rbs', line 4252 def target_location @target_location end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
4251 4252 4253 |
# File 'sig/types.rbs', line 4251 def targets @targets end |
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
4232 4233 4234 |
# File 'sig/types.rbs', line 4232 def timeout_seconds @timeout_seconds end |
#triggered_alarms ⇒ ::Array[Types::AlarmStateInformation]
Returns the value of attribute triggered_alarms.
4253 4254 4255 |
# File 'sig/types.rbs', line 4253 def triggered_alarms @triggered_alarms end |
#valid_next_steps ⇒ ::Array[::String]
Returns the value of attribute valid_next_steps.
4250 4251 4252 |
# File 'sig/types.rbs', line 4250 def valid_next_steps @valid_next_steps end |
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
4243 4244 4245 |
# File 'sig/types.rbs', line 4243 def end |