Class: Aws::BedrockAgent::Types::DeleteAgentAliasRequest

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

Overview

Delete Agent Alias Request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_alias_idString

Id generated at the server side when an Agent Alias is created

Returns:

  • (String)


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_idString

Id generated at the server side when an Agent is created

Returns:

  • (String)


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