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.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def ended_at @ended_at end |
#errors ⇒ ::Array[Types::FlowExecutionError]
Returns the value of attribute errors.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def errors @errors end |
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def execution_arn @execution_arn end |
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def flow_alias_identifier @flow_alias_identifier end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def flow_identifier @flow_identifier end |
#flow_version ⇒ ::String
Returns the value of attribute flow_version.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def flow_version @flow_version end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def started_at @started_at end |
#status ⇒ "Running", ...
Returns the value of attribute status.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def status @status end |