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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_aliasTypes::AgentAlias

Contains details about the alias that was updated.

Returns:



11136
11137
11138
11139
11140
# File 'lib/aws-sdk-bedrockagent/types.rb', line 11136

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