Class: Aws::BedrockAgent::Types::AgentAliasHistoryEvent
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::AgentAliasHistoryEvent
 
 
- 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
- 
  
    
      #end_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time Stamp.
 - 
  
    
      #routing_configuration  ⇒ Array<Types::AgentAliasRoutingConfigurationListItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Routing configuration for an Agent alias.
 - 
  
    
      #start_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time Stamp.
 
Instance Attribute Details
#end_date ⇒ Time
Time Stamp.
      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_configuration ⇒ Array<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_date ⇒ Time
Time Stamp.
      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  |