Class: Aws::BedrockAgent::Types::UpdateAgentAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UpdateAgentAliasResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_alias ⇒ Types::AgentAlias
Contains details about the alias that was updated.
Instance Attribute Details
#agent_alias ⇒ Types::AgentAlias
Contains details about the alias that was updated.
3778 3779 3780 3781 3782 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3778 class UpdateAgentAliasResponse < Struct.new( :agent_alias) SENSITIVE = [] include Aws::Structure end |