Module: Aws::BedrockAgent::Client::_CreateFlowVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateFlowVersionResponse]
- 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", ...
- #version ⇒ ::String
Instance Method Details
#arn ⇒ ::String
282 |
# File 'sig/client.rbs', line 282
def arn: () -> ::String
|
#created_at ⇒ ::Time
284 |
# File 'sig/client.rbs', line 284
def created_at: () -> ::Time
|
#customer_encryption_key_arn ⇒ ::String
280 |
# File 'sig/client.rbs', line 280
def customer_encryption_key_arn: () -> ::String
|
#definition ⇒ Types::FlowDefinition
286 |
# File 'sig/client.rbs', line 286
def definition: () -> Types::FlowDefinition
|
#description ⇒ ::String
278 |
# File 'sig/client.rbs', line 278
def description: () -> ::String
|
#execution_role_arn ⇒ ::String
279 |
# File 'sig/client.rbs', line 279
def execution_role_arn: () -> ::String
|
#id ⇒ ::String
281 |
# File 'sig/client.rbs', line 281
def id: () -> ::String
|
#name ⇒ ::String
277 |
# File 'sig/client.rbs', line 277
def name: () -> ::String
|
#status ⇒ "Failed", ...
283 |
# File 'sig/client.rbs', line 283
def status: () -> ("Failed" | "Prepared" | "Preparing" | "NotPrepared")
|
#version ⇒ ::String
285 |
# File 'sig/client.rbs', line 285
def version: () -> ::String
|