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

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

Overview

Create 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:



873
874
875
876
877
# File 'lib/aws-sdk-bedrockagent/types.rb', line 873

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