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
267 |
# File 'sig/client.rbs', line 267
def customer_encryption_key_arn: () -> ::String
|
#definition ⇒ ::String
268 |
# File 'sig/client.rbs', line 268
def definition: () -> ::String
|
#execution_role_arn ⇒ ::String
269 |
# File 'sig/client.rbs', line 269
def execution_role_arn: () -> ::String
|
#flow_alias_identifier ⇒ ::String
270 |
# File 'sig/client.rbs', line 270
def flow_alias_identifier: () -> ::String
|
#flow_identifier ⇒ ::String
271 |
# File 'sig/client.rbs', line 271
def flow_identifier: () -> ::String
|
#flow_version ⇒ ::String
272 |
# File 'sig/client.rbs', line 272
def flow_version: () -> ::String
|