Class: Aws::BedrockAgent::Types::AgentAliasSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::AgentAliasSummary
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Contains details about an alias of an agent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_alias_id ⇒ String
Contains details about.
-
#agent_alias_name ⇒ String
The name of the alias.
-
#agent_alias_status ⇒ String
The status of the alias.
-
#created_at ⇒ Time
The time at which the alias of the agent was created.
-
#description ⇒ String
The description of the alias.
-
#routing_configuration ⇒ Array<Types::AgentAliasRoutingConfigurationListItem>
Contains details about the version of the agent with which the alias is associated.
-
#updated_at ⇒ Time
The time at which the alias was last updated.
Instance Attribute Details
#agent_alias_id ⇒ String
Contains details about
574 575 576 577 578 579 580 581 582 583 584 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 574 class AgentAliasSummary < Struct.new( :agent_alias_id, :agent_alias_name, :agent_alias_status, :created_at, :description, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end |
#agent_alias_name ⇒ String
The name of the alias.
574 575 576 577 578 579 580 581 582 583 584 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 574 class AgentAliasSummary < Struct.new( :agent_alias_id, :agent_alias_name, :agent_alias_status, :created_at, :description, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end |
#agent_alias_status ⇒ String
The status of the alias.
574 575 576 577 578 579 580 581 582 583 584 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 574 class AgentAliasSummary < Struct.new( :agent_alias_id, :agent_alias_name, :agent_alias_status, :created_at, :description, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time at which the alias of the agent was created.
574 575 576 577 578 579 580 581 582 583 584 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 574 class AgentAliasSummary < Struct.new( :agent_alias_id, :agent_alias_name, :agent_alias_status, :created_at, :description, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the alias.
574 575 576 577 578 579 580 581 582 583 584 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 574 class AgentAliasSummary < Struct.new( :agent_alias_id, :agent_alias_name, :agent_alias_status, :created_at, :description, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end |
#routing_configuration ⇒ Array<Types::AgentAliasRoutingConfigurationListItem>
Contains details about the version of the agent with which the alias is associated.
574 575 576 577 578 579 580 581 582 583 584 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 574 class AgentAliasSummary < Struct.new( :agent_alias_id, :agent_alias_name, :agent_alias_status, :created_at, :description, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the alias was last updated.
574 575 576 577 578 579 580 581 582 583 584 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 574 class AgentAliasSummary < Struct.new( :agent_alias_id, :agent_alias_name, :agent_alias_status, :created_at, :description, :routing_configuration, :updated_at) SENSITIVE = [] include Aws::Structure end |