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
282 |
# File 'sig/client.rbs', line 282
def customer_encryption_key_arn: () -> ::String
|
#definition ⇒ ::String
283 |
# File 'sig/client.rbs', line 283
def definition: () -> ::String
|
#execution_role_arn ⇒ ::String
284 |
# File 'sig/client.rbs', line 284
def execution_role_arn: () -> ::String
|
#flow_alias_identifier ⇒ ::String
285 |
# File 'sig/client.rbs', line 285
def flow_alias_identifier: () -> ::String
|
#flow_identifier ⇒ ::String
286 |
# File 'sig/client.rbs', line 286
def flow_identifier: () -> ::String
|
#flow_version ⇒ ::String
287 |
# File 'sig/client.rbs', line 287
def flow_version: () -> ::String
|