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
299 |
# File 'sig/client.rbs', line 299
def ended_at: () -> ::Time
|
#errors ⇒ ::Array[Types::FlowExecutionError]
300 |
# File 'sig/client.rbs', line 300
def errors: () -> ::Array[Types::FlowExecutionError]
|
#execution_arn ⇒ ::String
301 |
# File 'sig/client.rbs', line 301
def execution_arn: () -> ::String
|
#flow_alias_identifier ⇒ ::String
302 |
# File 'sig/client.rbs', line 302
def flow_alias_identifier: () -> ::String
|
#flow_identifier ⇒ ::String
303 |
# File 'sig/client.rbs', line 303
def flow_identifier: () -> ::String
|
#flow_version ⇒ ::String
304 |
# File 'sig/client.rbs', line 304
def flow_version: () -> ::String
|
#started_at ⇒ ::Time
305 |
# File 'sig/client.rbs', line 305
def started_at: () -> ::Time
|
#status ⇒ "Running", ...
306 |
# File 'sig/client.rbs', line 306
def status: () -> ("Running" | "Succeeded" | "Failed" | "TimedOut" | "Aborted")
|