Class: Aws::BedrockAgent::Types::CreateFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::CreateFlowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:definition]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
-
#created_at ⇒ Time
The time at which the flow was created.
-
#customer_encryption_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key that you encrypted the flow with.
-
#definition ⇒ Types::FlowDefinition
A definition of the nodes and connections between nodes in the flow.
-
#description ⇒ String
The description of the flow.
-
#execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the service role with permissions to create a flow.
-
#id ⇒ String
The unique identifier of the flow.
-
#name ⇒ String
The name of the flow.
-
#status ⇒ String
The status of the flow.
-
#updated_at ⇒ Time
The time at which the flow was last updated.
-
#version ⇒ String
The version of the flow.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2413 class CreateFlowResponse < Struct.new( :name, :description, :execution_role_arn, :customer_encryption_key_arn, :id, :arn, :status, :created_at, :updated_at, :version, :definition) SENSITIVE = [:definition] include Aws::Structure end |
#created_at ⇒ Time
The time at which the flow was created.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2413 class CreateFlowResponse < Struct.new( :name, :description, :execution_role_arn, :customer_encryption_key_arn, :id, :arn, :status, :created_at, :updated_at, :version, :definition) SENSITIVE = [:definition] include Aws::Structure end |
#customer_encryption_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key that you encrypted the flow with.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2413 class CreateFlowResponse < Struct.new( :name, :description, :execution_role_arn, :customer_encryption_key_arn, :id, :arn, :status, :created_at, :updated_at, :version, :definition) SENSITIVE = [:definition] include Aws::Structure end |
#definition ⇒ Types::FlowDefinition
A definition of the nodes and connections between nodes in the flow.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2413 class CreateFlowResponse < Struct.new( :name, :description, :execution_role_arn, :customer_encryption_key_arn, :id, :arn, :status, :created_at, :updated_at, :version, :definition) SENSITIVE = [:definition] include Aws::Structure end |
#description ⇒ String
The description of the flow.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2413 class CreateFlowResponse < Struct.new( :name, :description, :execution_role_arn, :customer_encryption_key_arn, :id, :arn, :status, :created_at, :updated_at, :version, :definition) SENSITIVE = [:definition] include Aws::Structure end |
#execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the service role with permissions to create a flow. For more information, see [Create a service role for flows in Amazon Bedrock] in the Amazon Bedrock User Guide.
[1]: docs.aws.amazon.com/bedrock/latest/userguide/flows-permissions.html
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2413 class CreateFlowResponse < Struct.new( :name, :description, :execution_role_arn, :customer_encryption_key_arn, :id, :arn, :status, :created_at, :updated_at, :version, :definition) SENSITIVE = [:definition] include Aws::Structure end |
#id ⇒ String
The unique identifier of the flow.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2413 class CreateFlowResponse < Struct.new( :name, :description, :execution_role_arn, :customer_encryption_key_arn, :id, :arn, :status, :created_at, :updated_at, :version, :definition) SENSITIVE = [:definition] include Aws::Structure end |
#name ⇒ String
The name of the flow.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2413 class CreateFlowResponse < Struct.new( :name, :description, :execution_role_arn, :customer_encryption_key_arn, :id, :arn, :status, :created_at, :updated_at, :version, :definition) SENSITIVE = [:definition] include Aws::Structure end |
#status ⇒ String
The status of the flow. When you submit this request, the status will be ‘NotPrepared`. If creation fails, the status becomes `Failed`.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2413 class CreateFlowResponse < Struct.new( :name, :description, :execution_role_arn, :customer_encryption_key_arn, :id, :arn, :status, :created_at, :updated_at, :version, :definition) SENSITIVE = [:definition] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the flow was last updated.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2413 class CreateFlowResponse < Struct.new( :name, :description, :execution_role_arn, :customer_encryption_key_arn, :id, :arn, :status, :created_at, :updated_at, :version, :definition) SENSITIVE = [:definition] include Aws::Structure end |
#version ⇒ String
The version of the flow. When you create a flow, the version created is the ‘DRAFT` version.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2413 class CreateFlowResponse < Struct.new( :name, :description, :execution_role_arn, :customer_encryption_key_arn, :id, :arn, :status, :created_at, :updated_at, :version, :definition) SENSITIVE = [:definition] include Aws::Structure end |