Class: Aws::BedrockAgent::Types::CreateFlowVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::CreateFlowVersionResponse
- 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 KMS key that the flow is encrypted with.
-
#definition ⇒ Types::FlowDefinition
A definition of the nodes and connections in the flow.
-
#description ⇒ String
The description of the flow version.
-
#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 version.
-
#status ⇒ String
The status of the flow.
-
#version ⇒ String
The version of the flow that was created.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1875 class CreateFlowVersionResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :version) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time at which the flow was created.
1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1875 class CreateFlowVersionResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :version) SENSITIVE = [] include Aws::Structure end |
#customer_encryption_key_arn ⇒ String
The KMS key that the flow is encrypted with.
1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1875 class CreateFlowVersionResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :version) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Types::FlowDefinition
A definition of the nodes and connections in the flow.
1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1875 class CreateFlowVersionResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :version) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the flow version.
1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1875 class CreateFlowVersionResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :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
1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1875 class CreateFlowVersionResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the flow.
1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1875 class CreateFlowVersionResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the flow version.
1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1875 class CreateFlowVersionResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the flow.
1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1875 class CreateFlowVersionResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the flow that was created. Versions are numbered incrementally, starting from 1.
1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1875 class CreateFlowVersionResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :id, :name, :status, :version) SENSITIVE = [] include Aws::Structure end |