Class: Aws::BedrockAgent::Types::AgentAlias
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::AgentAlias
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Contains the information of an agent alias
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_alias_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Arn representation of the Agent Alias.
 - 
  
    
      #agent_alias_history_events  ⇒ Array<Types::AgentAliasHistoryEvent> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of history events for an alias for an Agent.
 - 
  
    
      #agent_alias_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Id for an Agent Alias generated at the server side.
 - 
  
    
      #agent_alias_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name for a resource.
 - 
  
    
      #agent_alias_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The statuses an Agent Alias can be in.
 - 
  
    
      #agent_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifier for a resource.
 - 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Client specified token used for idempotency checks.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time Stamp.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Description of the Resource.
 - 
  
    
      #routing_configuration  ⇒ Array<Types::AgentAliasRoutingConfigurationListItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Routing configuration for an Agent alias.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time Stamp.
 
Instance Attribute Details
#agent_alias_arn ⇒ String
Arn representation of the Agent Alias.
      331 332 333 334 335 336 337 338 339 340 341 342 343 344 345  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 331 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_alias_history_events ⇒ Array<Types::AgentAliasHistoryEvent>
The list of history events for an alias for an Agent.
      331 332 333 334 335 336 337 338 339 340 341 342 343 344 345  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 331 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_alias_id ⇒ String
Id for an Agent Alias generated at the server side.
      331 332 333 334 335 336 337 338 339 340 341 342 343 344 345  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 331 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_alias_name ⇒ String
Name for a resource.
      331 332 333 334 335 336 337 338 339 340 341 342 343 344 345  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 331 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_alias_status ⇒ String
The statuses an Agent Alias can be in.
      331 332 333 334 335 336 337 338 339 340 341 342 343 344 345  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 331 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_id ⇒ String
Identifier for a resource.
      331 332 333 334 335 336 337 338 339 340 341 342 343 344 345  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 331 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status) SENSITIVE = [] include Aws::Structure end  | 
  
#client_token ⇒ String
Client specified token used for idempotency checks
      331 332 333 334 335 336 337 338 339 340 341 342 343 344 345  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 331 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
Time Stamp.
      331 332 333 334 335 336 337 338 339 340 341 342 343 344 345  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 331 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
Description of the Resource.
      331 332 333 334 335 336 337 338 339 340 341 342 343 344 345  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 331 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status) SENSITIVE = [] include Aws::Structure end  | 
  
#routing_configuration ⇒ Array<Types::AgentAliasRoutingConfigurationListItem>
Routing configuration for an Agent alias.
      331 332 333 334 335 336 337 338 339 340 341 342 343 344 345  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 331 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
Time Stamp.
      331 332 333 334 335 336 337 338 339 340 341 342 343 344 345  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 331 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status) SENSITIVE = [] include Aws::Structure end  |