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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

History event for an alias for an Agent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_dateTime

Time Stamp.

Returns:

  • (Time)


363
364
365
366
367
368
369
# File 'lib/aws-sdk-bedrockagent/types.rb', line 363

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

#routing_configurationArray<Types::AgentAliasRoutingConfigurationListItem>

Routing configuration for an Agent alias.



363
364
365
366
367
368
369
# File 'lib/aws-sdk-bedrockagent/types.rb', line 363

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

#start_dateTime

Time Stamp.

Returns:

  • (Time)


363
364
365
366
367
368
369
# File 'lib/aws-sdk-bedrockagent/types.rb', line 363

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