Class: Aws::Types::PipelineExecutionStatus
- Inherits:
-
Object
- Object
- Aws::Types::PipelineExecutionStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "NOT_STARTED", ...
Returns the value of attribute state.
-
#state_details ⇒ Types::PipelineExecutionStateDetails
Returns the value of attribute state_details.
Instance Attribute Details
#state ⇒ "NOT_STARTED", ...
Returns the value of attribute state.
3103 3104 3105 |
# File 'sig/types.rbs', line 3103 def state @state end |
#state_details ⇒ Types::PipelineExecutionStateDetails
Returns the value of attribute state_details.
3104 3105 3106 |
# File 'sig/types.rbs', line 3104 def state_details @state_details end |