Class: Aws::BedrockAgent::Types::GetFlowVersionResponse

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)


3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3940

class GetFlowVersionResponse < 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)


3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3940

class GetFlowVersionResponse < 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 Amazon Resource Name (ARN) of the KMS key that the version of the flow is encrypted with.

Returns:

  • (String)


3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3940

class GetFlowVersionResponse < 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

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



3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3940

class GetFlowVersionResponse < 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 flow.

Returns:

  • (String)


3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3940

class GetFlowVersionResponse < 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)


3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3940

class GetFlowVersionResponse < 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)


3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3940

class GetFlowVersionResponse < 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)


3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3940

class GetFlowVersionResponse < 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)


3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3940

class GetFlowVersionResponse < 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 for which information was retrieved.

Returns:

  • (String)


3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3940

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