Class: Aws::BedrockAgent::Types::AgentAliasHistoryEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::AgentAliasHistoryEvent
- Includes:
- Structure
- Defined in:
- 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
508 509 510 511 512 513 514 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 508 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.
508 509 510 511 512 513 514 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 508 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.
508 509 510 511 512 513 514 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 508 class AgentAliasHistoryEvent < Struct.new( :end_date, :routing_configuration, :start_date) SENSITIVE = [] include Aws::Structure end |