Class: Aws::BedrockAgent::Types::AgentAliasHistoryEvent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#end_dateTime

The date that the alias stopped being associated to the version in the routingConfiguration object

Returns:

  • (Time)


508
509
510
511
512
513
514
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 508

class AgentAliasHistoryEvent < Struct.new(
  :end_date,
  :routing_configuration,
  :start_date)
  SENSITIVE = []
  include Aws::Structure
end

#routing_configurationArray<Types::AgentAliasRoutingConfigurationListItem>

Contains details about the version of the agent with which the alias is associated.



508
509
510
511
512
513
514
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 508

class AgentAliasHistoryEvent < Struct.new(
  :end_date,
  :routing_configuration,
  :start_date)
  SENSITIVE = []
  include Aws::Structure
end

#start_dateTime

The date that the alias began being associated to the version in the routingConfiguration object.

Returns:

  • (Time)


508
509
510
511
512
513
514
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 508

class AgentAliasHistoryEvent < Struct.new(
  :end_date,
  :routing_configuration,
  :start_date)
  SENSITIVE = []
  include Aws::Structure
end