Class: Aws::BedrockAgent::Types::UpdateAgentAliasResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Update Agent Alias Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_aliasTypes::AgentAlias

Contains the information of an agent alias

Returns:



3095
3096
3097
3098
3099
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3095

class UpdateAgentAliasResponse < Struct.new(
  :agent_alias)
  SENSITIVE = []
  include Aws::Structure
end