Class: Aws::Types::WorkflowStepMetadata
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowStepMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#attempt_number ⇒ ::Integer
Returns the value of attribute attempt_number.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#end_time ⇒ ::String
Returns the value of attribute end_time.
-
#inputs ⇒ ::String
Returns the value of attribute inputs.
-
#max_attempts ⇒ ::Integer
Returns the value of attribute max_attempts.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#outputs ⇒ ::String
Returns the value of attribute outputs.
-
#rollback_status ⇒ "RUNNING", ...
Returns the value of attribute rollback_status.
-
#start_time ⇒ ::String
Returns the value of attribute start_time.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#step_execution_id ⇒ ::String
Returns the value of attribute step_execution_id.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
2242 2243 2244 |
# File 'sig/types.rbs', line 2242 def action @action end |
#attempt_number ⇒ ::Integer
Returns the value of attribute attempt_number.
2250 2251 2252 |
# File 'sig/types.rbs', line 2250 def attempt_number @attempt_number end |
#description ⇒ ::String
Returns the value of attribute description.
2241 2242 2243 |
# File 'sig/types.rbs', line 2241 def description @description end |
#end_time ⇒ ::String
Returns the value of attribute end_time.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def end_time @end_time end |
#inputs ⇒ ::String
Returns the value of attribute inputs.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def inputs @inputs end |
#max_attempts ⇒ ::Integer
Returns the value of attribute max_attempts.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def max_attempts @max_attempts end |
#message ⇒ ::String
Returns the value of attribute message.
2245 2246 2247 |
# File 'sig/types.rbs', line 2245 def @message end |
#name ⇒ ::String
Returns the value of attribute name.
2240 2241 2242 |
# File 'sig/types.rbs', line 2240 def name @name end |
#outputs ⇒ ::String
Returns the value of attribute outputs.
2247 2248 2249 |
# File 'sig/types.rbs', line 2247 def outputs @outputs end |
#rollback_status ⇒ "RUNNING", ...
Returns the value of attribute rollback_status.
2244 2245 2246 |
# File 'sig/types.rbs', line 2244 def rollback_status @rollback_status end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
2248 2249 2250 |
# File 'sig/types.rbs', line 2248 def start_time @start_time end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2243 2244 2245 |
# File 'sig/types.rbs', line 2243 def status @status end |
#step_execution_id ⇒ ::String
Returns the value of attribute step_execution_id.
2239 2240 2241 |
# File 'sig/types.rbs', line 2239 def step_execution_id @step_execution_id end |