Class: Aws::Types::WorkflowExecutionMetadata
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowExecutionMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::String
Returns the value of attribute end_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#parallel_group ⇒ ::String
Returns the value of attribute parallel_group.
-
#retried ⇒ Boolean
Returns the value of attribute retried.
-
#start_time ⇒ ::String
Returns the value of attribute start_time.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#total_step_count ⇒ ::Integer
Returns the value of attribute total_step_count.
-
#total_steps_failed ⇒ ::Integer
Returns the value of attribute total_steps_failed.
-
#total_steps_skipped ⇒ ::Integer
Returns the value of attribute total_steps_skipped.
-
#total_steps_succeeded ⇒ ::Integer
Returns the value of attribute total_steps_succeeded.
-
#type ⇒ "BUILD", ...
Returns the value of attribute type.
-
#workflow_build_version_arn ⇒ ::String
Returns the value of attribute workflow_build_version_arn.
-
#workflow_execution_id ⇒ ::String
Returns the value of attribute workflow_execution_id.
Instance Attribute Details
#end_time ⇒ ::String
Returns the value of attribute end_time.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def end_time @end_time end |
#message ⇒ ::String
Returns the value of attribute message.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def @message end |
#parallel_group ⇒ ::String
Returns the value of attribute parallel_group.
2202 2203 2204 |
# File 'sig/types.rbs', line 2202 def parallel_group @parallel_group end |
#retried ⇒ Boolean
Returns the value of attribute retried.
2203 2204 2205 |
# File 'sig/types.rbs', line 2203 def retried @retried end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
2200 2201 2202 |
# File 'sig/types.rbs', line 2200 def start_time @start_time end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def status @status end |
#total_step_count ⇒ ::Integer
Returns the value of attribute total_step_count.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def total_step_count @total_step_count end |
#total_steps_failed ⇒ ::Integer
Returns the value of attribute total_steps_failed.
2198 2199 2200 |
# File 'sig/types.rbs', line 2198 def total_steps_failed @total_steps_failed end |
#total_steps_skipped ⇒ ::Integer
Returns the value of attribute total_steps_skipped.
2199 2200 2201 |
# File 'sig/types.rbs', line 2199 def total_steps_skipped @total_steps_skipped end |
#total_steps_succeeded ⇒ ::Integer
Returns the value of attribute total_steps_succeeded.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def total_steps_succeeded @total_steps_succeeded end |
#type ⇒ "BUILD", ...
Returns the value of attribute type.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def type @type end |
#workflow_build_version_arn ⇒ ::String
Returns the value of attribute workflow_build_version_arn.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def workflow_build_version_arn @workflow_build_version_arn end |
#workflow_execution_id ⇒ ::String
Returns the value of attribute workflow_execution_id.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def workflow_execution_id @workflow_execution_id end |