Class: Aws::BedrockAgent::Types::CreateAgentAliasResponse

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 created.

Returns:



1373
1374
1375
1376
1377
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1373

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