Class: Aws::BedrockAgent::Types::GetAgentAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::GetAgentAliasResponse
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_alias ⇒ Types::AgentAlias
Contains information about the alias.
Instance Attribute Details
#agent_alias ⇒ Types::AgentAlias
Contains information about the alias.
4662 4663 4664 4665 4666 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4662 class GetAgentAliasResponse < Struct.new( :agent_alias) SENSITIVE = [] include Aws::Structure end |