Class: Aws::Types::GetFlowExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFlowExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#errors ⇒ ::Array[Types::FlowExecutionError]
Returns the value of attribute errors.
-
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
-
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
-
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
-
#flow_version ⇒ ::String
Returns the value of attribute flow_version.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "Running", ...
Returns the value of attribute status.
Instance Attribute Details
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def ended_at @ended_at end |
#errors ⇒ ::Array[Types::FlowExecutionError]
Returns the value of attribute errors.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def errors @errors end |
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def execution_arn @execution_arn end |
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def flow_alias_identifier @flow_alias_identifier end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def flow_identifier @flow_identifier end |
#flow_version ⇒ ::String
Returns the value of attribute flow_version.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def flow_version @flow_version end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def started_at @started_at end |
#status ⇒ "Running", ...
Returns the value of attribute status.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def status @status end |