Module: Aws::BedrockAgentRuntime::Client::_GetFlowExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFlowExecutionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ended_at ⇒ ::Time
- #errors ⇒ ::Array[Types::FlowExecutionError]
- #execution_arn ⇒ ::String
- #flow_alias_identifier ⇒ ::String
- #flow_identifier ⇒ ::String
- #flow_version ⇒ ::String
- #started_at ⇒ ::Time
- #status ⇒ "Running", ...
Instance Method Details
#ended_at ⇒ ::Time
284 |
# File 'sig/client.rbs', line 284
def ended_at: () -> ::Time
|
#errors ⇒ ::Array[Types::FlowExecutionError]
285 |
# File 'sig/client.rbs', line 285
def errors: () -> ::Array[Types::FlowExecutionError]
|
#execution_arn ⇒ ::String
286 |
# File 'sig/client.rbs', line 286
def execution_arn: () -> ::String
|
#flow_alias_identifier ⇒ ::String
287 |
# File 'sig/client.rbs', line 287
def flow_alias_identifier: () -> ::String
|
#flow_identifier ⇒ ::String
288 |
# File 'sig/client.rbs', line 288
def flow_identifier: () -> ::String
|
#flow_version ⇒ ::String
289 |
# File 'sig/client.rbs', line 289
def flow_version: () -> ::String
|
#started_at ⇒ ::Time
290 |
# File 'sig/client.rbs', line 290
def started_at: () -> ::Time
|
#status ⇒ "Running", ...
291 |
# File 'sig/client.rbs', line 291
def status: () -> ("Running" | "Succeeded" | "Failed" | "TimedOut" | "Aborted")
|