Class: Aws::BedrockAgent::Types::CreateAgentAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::CreateAgentAliasResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_alias ⇒ Types::AgentAlias
Contains details about the alias that was created.
Instance Attribute Details
#agent_alias ⇒ Types::AgentAlias
Contains details about the alias that was created.
1096 1097 1098 1099 1100 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1096 class CreateAgentAliasResponse < Struct.new( :agent_alias) SENSITIVE = [] include Aws::Structure end |