Class: Aws::BedrockAgent::Types::CreateFlowAliasResponse

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



2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2279

class CreateFlowAliasResponse < Struct.new(
  :name,
  :description,
  :routing_configuration,
  :concurrency_configuration,
  :flow_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#concurrency_configurationTypes::FlowAliasConcurrencyConfiguration

The configuration that specifies how nodes in the flow are executed in parallel.



2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2279

class CreateFlowAliasResponse < Struct.new(
  :name,
  :description,
  :routing_configuration,
  :concurrency_configuration,
  :flow_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time at which the alias was created.



2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2279

class CreateFlowAliasResponse < Struct.new(
  :name,
  :description,
  :routing_configuration,
  :concurrency_configuration,
  :flow_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the alias.



2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2279

class CreateFlowAliasResponse < Struct.new(
  :name,
  :description,
  :routing_configuration,
  :concurrency_configuration,
  :flow_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#flow_idString

The unique identifier of the flow that the alias belongs to.



2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2279

class CreateFlowAliasResponse < Struct.new(
  :name,
  :description,
  :routing_configuration,
  :concurrency_configuration,
  :flow_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the alias.



2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2279

class CreateFlowAliasResponse < Struct.new(
  :name,
  :description,
  :routing_configuration,
  :concurrency_configuration,
  :flow_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the alias.



2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2279

class CreateFlowAliasResponse < Struct.new(
  :name,
  :description,
  :routing_configuration,
  :concurrency_configuration,
  :flow_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#routing_configurationArray<Types::FlowAliasRoutingConfigurationListItem>

Contains information about the version that the alias is mapped to.



2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2279

class CreateFlowAliasResponse < Struct.new(
  :name,
  :description,
  :routing_configuration,
  :concurrency_configuration,
  :flow_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time at which the alias of the flow was last updated.



2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2279

class CreateFlowAliasResponse < Struct.new(
  :name,
  :description,
  :routing_configuration,
  :concurrency_configuration,
  :flow_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end