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
330 |
# File 'sig/client.rbs', line 330
def ended_at: () -> ::Time
|
#errors ⇒ ::Array[Types::FlowExecutionError]
331 |
# File 'sig/client.rbs', line 331
def errors: () -> ::Array[Types::FlowExecutionError]
|
#execution_arn ⇒ ::String
332 |
# File 'sig/client.rbs', line 332
def execution_arn: () -> ::String
|
#flow_alias_identifier ⇒ ::String
333 |
# File 'sig/client.rbs', line 333
def flow_alias_identifier: () -> ::String
|
#flow_identifier ⇒ ::String
334 |
# File 'sig/client.rbs', line 334
def flow_identifier: () -> ::String
|
#flow_version ⇒ ::String
335 |
# File 'sig/client.rbs', line 335
def flow_version: () -> ::String
|
#started_at ⇒ ::Time
336 |
# File 'sig/client.rbs', line 336
def started_at: () -> ::Time
|
#status ⇒ "Running", ...
337 |
# File 'sig/client.rbs', line 337
def status: () -> ("Running" | "Succeeded" | "Failed" | "TimedOut" | "Aborted")
|