Class: Aws::BedrockAgent::Types::AgentAliasRoutingConfigurationListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::AgentAliasRoutingConfigurationListItem
- 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
-
#agent_version ⇒ String
The version of the agent with which the alias is associated.
-
#provisioned_throughput ⇒ String
Information on the Provisioned Throughput assigned to an agent alias.
Instance Attribute Details
#agent_version ⇒ String
The version of the agent with which the alias is associated.
534 535 536 537 538 539 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 534 class AgentAliasRoutingConfigurationListItem < Struct.new( :agent_version, :provisioned_throughput) SENSITIVE = [] include Aws::Structure end |
#provisioned_throughput ⇒ String
Information on the Provisioned Throughput assigned to an agent alias.
534 535 536 537 538 539 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 534 class AgentAliasRoutingConfigurationListItem < Struct.new( :agent_version, :provisioned_throughput) SENSITIVE = [] include Aws::Structure end |