Module: Aws::BedrockAgent::Client::_CreateFlowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateFlowResponse]
- 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
225 |
# File 'sig/client.rbs', line 225 def arn: () -> ::String |
#created_at ⇒ ::Time
227 |
# File 'sig/client.rbs', line 227 def created_at: () -> ::Time |
#customer_encryption_key_arn ⇒ ::String
223 |
# File 'sig/client.rbs', line 223 def customer_encryption_key_arn: () -> ::String |
#definition ⇒ Types::FlowDefinition
230 |
# File 'sig/client.rbs', line 230 def definition: () -> Types::FlowDefinition |
#description ⇒ ::String
221 |
# File 'sig/client.rbs', line 221 def description: () -> ::String |
#execution_role_arn ⇒ ::String
222 |
# File 'sig/client.rbs', line 222 def execution_role_arn: () -> ::String |
#id ⇒ ::String
224 |
# File 'sig/client.rbs', line 224 def id: () -> ::String |
#name ⇒ ::String
220 |
# File 'sig/client.rbs', line 220 def name: () -> ::String |
#status ⇒ "Failed", ...
226 |
# File 'sig/client.rbs', line 226 def status: () -> ("Failed" | "Prepared" | "Preparing" | "NotPrepared") |
#updated_at ⇒ ::Time
228 |
# File 'sig/client.rbs', line 228 def updated_at: () -> ::Time |
#version ⇒ ::String
229 |
# File 'sig/client.rbs', line 229 def version: () -> ::String |