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)


503
504
505
506
507
508
509
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 503

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.



503
504
505
506
507
508
509
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 503

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)


503
504
505
506
507
508
509
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 503

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