Class: Aws::BedrockAgent::Types::CreateAgentAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::CreateAgentAliasResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Create Agent Alias Response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_alias ⇒ Types::AgentAlias
Contains the information of an agent alias.
Instance Attribute Details
#agent_alias ⇒ Types::AgentAlias
Contains the information of an agent alias
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 |