Class: Aws::BedrockAgent::Types::AgentAliasRoutingConfigurationListItem

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

Overview

Contains details about the routing configuration of the alias.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_versionString

The version of the agent with which the alias is associated.

Returns:

  • (String)


524
525
526
527
528
529
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 524

class AgentAliasRoutingConfigurationListItem < Struct.new(
  :agent_version,
  :provisioned_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#provisioned_throughputString

Information on the Provisioned Throughput assigned to an agent alias.

Returns:

  • (String)


524
525
526
527
528
529
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 524

class AgentAliasRoutingConfigurationListItem < Struct.new(
  :agent_version,
  :provisioned_throughput)
  SENSITIVE = []
  include Aws::Structure
end