Class: Aws::BedrockAgent::Types::UpdateFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UpdateFlowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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 the flow was encrypted with.
-
#definition ⇒ Types::FlowDefinition
A definition of the nodes and the 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.
7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7506 class UpdateFlowResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :updated_at, :version) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time at which the flow was created.
7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7506 class UpdateFlowResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :updated_at, :version) SENSITIVE = [] include Aws::Structure end |
#customer_encryption_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key that the flow was encrypted with.
7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7506 class UpdateFlowResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :updated_at, :version) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Types::FlowDefinition
A definition of the nodes and the connections between nodes in the flow.
7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7506 class UpdateFlowResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :updated_at, :version) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the flow.
7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7506 class UpdateFlowResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :updated_at, :version) SENSITIVE = [] 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
7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7506 class UpdateFlowResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :updated_at, :version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the flow.
7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7506 class UpdateFlowResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :updated_at, :version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the flow.
7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7506 class UpdateFlowResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :updated_at, :version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the flow. When you submit this request, the status will be ‘NotPrepared`. If updating fails, the status becomes `Failed`.
7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7506 class UpdateFlowResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :updated_at, :version) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the flow was last updated.
7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7506 class UpdateFlowResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :updated_at, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the flow. When you update a flow, the version updated is the ‘DRAFT` version.
7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7506 class UpdateFlowResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :updated_at, :version) SENSITIVE = [] include Aws::Structure end |