Module: Aws::BedrockAgentRuntime::Client::_GetExecutionFlowSnapshotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetExecutionFlowSnapshotResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #customer_encryption_key_arn ⇒ ::String
- #definition ⇒ ::String
- #execution_role_arn ⇒ ::String
- #flow_alias_identifier ⇒ ::String
- #flow_identifier ⇒ ::String
- #flow_version ⇒ ::String
Instance Method Details
#customer_encryption_key_arn ⇒ ::String
313 |
# File 'sig/client.rbs', line 313
def customer_encryption_key_arn: () -> ::String
|
#definition ⇒ ::String
314 |
# File 'sig/client.rbs', line 314
def definition: () -> ::String
|
#execution_role_arn ⇒ ::String
315 |
# File 'sig/client.rbs', line 315
def execution_role_arn: () -> ::String
|
#flow_alias_identifier ⇒ ::String
316 |
# File 'sig/client.rbs', line 316
def flow_alias_identifier: () -> ::String
|
#flow_identifier ⇒ ::String
317 |
# File 'sig/client.rbs', line 317
def flow_identifier: () -> ::String
|
#flow_version ⇒ ::String
318 |
# File 'sig/client.rbs', line 318
def flow_version: () -> ::String
|