Class: Aws::BedrockAgent::Types::CreateFlowVersionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the flow.

Returns:

  • (String)


1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1885

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_atTime

The time at which the flow was created.

Returns:

  • (Time)


1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1885

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_arnString

The KMS key that the flow is encrypted with.

Returns:

  • (String)


1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1885

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

#definitionTypes::FlowDefinition

A definition of the nodes and connections in the flow.



1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1885

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

#descriptionString

The description of the version.

Returns:

  • (String)


1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1885

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_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.

[1]: docs.aws.amazon.com/bedrock/latest/userguide/flows-permissions.html

Returns:

  • (String)


1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1885

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

#idString

The unique identifier of the flow.

Returns:

  • (String)


1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1885

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

#nameString

The name of the version.

Returns:

  • (String)


1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1885

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

#statusString

The status of the flow.

Returns:

  • (String)


1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1885

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

#versionString

The version of the flow that was created. Versions are numbered incrementally, starting from 1.

Returns:

  • (String)


1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1885

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