Module: Aws::BedrockAgent::Client::_UpdateFlowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateFlowResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #customer_encryption_key_arn ⇒ ::String
- #definition ⇒ Types::FlowDefinition
- #description ⇒ ::String
- #execution_role_arn ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "Failed", ...
- #updated_at ⇒ ::Time
- #version ⇒ ::String
Instance Method Details
#arn ⇒ ::String
1243 |
# File 'sig/client.rbs', line 1243
def arn: () -> ::String
|
#created_at ⇒ ::Time
1245 |
# File 'sig/client.rbs', line 1245
def created_at: () -> ::Time
|
#customer_encryption_key_arn ⇒ ::String
1241 |
# File 'sig/client.rbs', line 1241
def customer_encryption_key_arn: () -> ::String
|
#definition ⇒ Types::FlowDefinition
1248 |
# File 'sig/client.rbs', line 1248
def definition: () -> Types::FlowDefinition
|
#description ⇒ ::String
1239 |
# File 'sig/client.rbs', line 1239
def description: () -> ::String
|
#execution_role_arn ⇒ ::String
1240 |
# File 'sig/client.rbs', line 1240
def execution_role_arn: () -> ::String
|
#id ⇒ ::String
1242 |
# File 'sig/client.rbs', line 1242
def id: () -> ::String
|
#name ⇒ ::String
1238 |
# File 'sig/client.rbs', line 1238
def name: () -> ::String
|
#status ⇒ "Failed", ...
1244 |
# File 'sig/client.rbs', line 1244
def status: () -> ("Failed" | "Prepared" | "Preparing" | "NotPrepared")
|
#updated_at ⇒ ::Time
1246 |
# File 'sig/client.rbs', line 1246
def updated_at: () -> ::Time
|
#version ⇒ ::String
1247 |
# File 'sig/client.rbs', line 1247
def version: () -> ::String
|