Class: Aws::BedrockAgent::Types::CreateFlowResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:definition]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the flow.

Returns:

  • (String)


1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1917

class CreateFlowResponse < Struct.new(
  :arn,
  :created_at,
  :customer_encryption_key_arn,
  :definition,
  :description,
  :execution_role_arn,
  :id,
  :name,
  :status,
  :updated_at,
  :version)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#created_atTime

The time at which the flow was created.

Returns:

  • (Time)


1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1917

class CreateFlowResponse < Struct.new(
  :arn,
  :created_at,
  :customer_encryption_key_arn,
  :definition,
  :description,
  :execution_role_arn,
  :id,
  :name,
  :status,
  :updated_at,
  :version)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#customer_encryption_key_arnString

The Amazon Resource Name (ARN) of the KMS key that you encrypted the flow with.

Returns:

  • (String)


1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1917

class CreateFlowResponse < Struct.new(
  :arn,
  :created_at,
  :customer_encryption_key_arn,
  :definition,
  :description,
  :execution_role_arn,
  :id,
  :name,
  :status,
  :updated_at,
  :version)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#definitionTypes::FlowDefinition

A definition of the nodes and connections between nodes in the flow.



1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1917

class CreateFlowResponse < Struct.new(
  :arn,
  :created_at,
  :customer_encryption_key_arn,
  :definition,
  :description,
  :execution_role_arn,
  :id,
  :name,
  :status,
  :updated_at,
  :version)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#descriptionString

The description of the flow.

Returns:

  • (String)


1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1917

class CreateFlowResponse < Struct.new(
  :arn,
  :created_at,
  :customer_encryption_key_arn,
  :definition,
  :description,
  :execution_role_arn,
  :id,
  :name,
  :status,
  :updated_at,
  :version)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#execution_role_arnString

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.

Returns:

  • (String)


1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1917

class CreateFlowResponse < Struct.new(
  :arn,
  :created_at,
  :customer_encryption_key_arn,
  :definition,
  :description,
  :execution_role_arn,
  :id,
  :name,
  :status,
  :updated_at,
  :version)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#idString

The unique identifier of the flow.

Returns:

  • (String)


1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1917

class CreateFlowResponse < Struct.new(
  :arn,
  :created_at,
  :customer_encryption_key_arn,
  :definition,
  :description,
  :execution_role_arn,
  :id,
  :name,
  :status,
  :updated_at,
  :version)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#nameString

The name of the flow.

Returns:

  • (String)


1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1917

class CreateFlowResponse < Struct.new(
  :arn,
  :created_at,
  :customer_encryption_key_arn,
  :definition,
  :description,
  :execution_role_arn,
  :id,
  :name,
  :status,
  :updated_at,
  :version)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#statusString

The status of the flow. When you submit this request, the status will be NotPrepared. If creation fails, the status becomes Failed.

Returns:

  • (String)


1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1917

class CreateFlowResponse < Struct.new(
  :arn,
  :created_at,
  :customer_encryption_key_arn,
  :definition,
  :description,
  :execution_role_arn,
  :id,
  :name,
  :status,
  :updated_at,
  :version)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#updated_atTime

The time at which the flow was last updated.

Returns:

  • (Time)


1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1917

class CreateFlowResponse < Struct.new(
  :arn,
  :created_at,
  :customer_encryption_key_arn,
  :definition,
  :description,
  :execution_role_arn,
  :id,
  :name,
  :status,
  :updated_at,
  :version)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#versionString

The version of the flow. When you create a flow, the version created is the DRAFT version.

Returns:

  • (String)


1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1917

class CreateFlowResponse < Struct.new(
  :arn,
  :created_at,
  :customer_encryption_key_arn,
  :definition,
  :description,
  :execution_role_arn,
  :id,
  :name,
  :status,
  :updated_at,
  :version)
  SENSITIVE = [:definition]
  include Aws::Structure
end