Class: Aws::BedrockAgent::Types::GetAgentAliasResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_aliasTypes::AgentAlias

Contains information about the alias.

Returns:



1912
1913
1914
1915
1916
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1912

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