Class: Aws::BedrockAgent::Types::DeleteAgentAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DeleteAgentAliasRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Delete Agent Alias Request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_alias_id ⇒ String
Id generated at the server side when an Agent Alias is created.
-
#agent_id ⇒ String
Id generated at the server side when an Agent is created.
Instance Attribute Details
#agent_alias_id ⇒ String
Id generated at the server side when an Agent Alias is created
1235 1236 1237 1238 1239 1240 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1235 class DeleteAgentAliasRequest < Struct.new( :agent_id, :agent_alias_id) SENSITIVE = [] include Aws::Structure end |
#agent_id ⇒ String
Id generated at the server side when an Agent is created
1235 1236 1237 1238 1239 1240 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1235 class DeleteAgentAliasRequest < Struct.new( :agent_id, :agent_alias_id) SENSITIVE = [] include Aws::Structure end |