Class: Aws::BedrockAgent::Types::AgentAliasHistoryEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::AgentAliasHistoryEvent
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Contains details about the history of the alias.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_date ⇒ Time
The date that the alias stopped being associated to the version in the
routingConfiguration
object. -
#routing_configuration ⇒ Array<Types::AgentAliasRoutingConfigurationListItem>
Contains details about the version of the agent with which the alias is associated.
-
#start_date ⇒ Time
The date that the alias began being associated to the version in the
routingConfiguration
object.
Instance Attribute Details
#end_date ⇒ Time
The date that the alias stopped being associated to the version in
the routingConfiguration
object
513 514 515 516 517 518 519 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 513 class AgentAliasHistoryEvent < Struct.new( :end_date, :routing_configuration, :start_date) SENSITIVE = [] include Aws::Structure end |
#routing_configuration ⇒ Array<Types::AgentAliasRoutingConfigurationListItem>
Contains details about the version of the agent with which the alias is associated.
513 514 515 516 517 518 519 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 513 class AgentAliasHistoryEvent < Struct.new( :end_date, :routing_configuration, :start_date) SENSITIVE = [] include Aws::Structure end |
#start_date ⇒ Time
The date that the alias began being associated to the version in the
routingConfiguration
object.
513 514 515 516 517 518 519 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 513 class AgentAliasHistoryEvent < Struct.new( :end_date, :routing_configuration, :start_date) SENSITIVE = [] include Aws::Structure end |