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.
3964 3965 3966 3967 3968 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3964 class UpdateAgentAliasResponse < Struct.new( :agent_alias) SENSITIVE = [] include Aws::Structure end |