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

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_alias_idString

The unique identifier of the alias to delete.

Returns:

  • (String)


1532
1533
1534
1535
1536
1537
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1532

class DeleteAgentAliasRequest < Struct.new(
  :agent_alias_id,
  :agent_id)
  SENSITIVE = []
  include Aws::Structure
end

#agent_idString

The unique identifier of the agent that the alias belongs to.

Returns:

  • (String)


1532
1533
1534
1535
1536
1537
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1532

class DeleteAgentAliasRequest < Struct.new(
  :agent_alias_id,
  :agent_id)
  SENSITIVE = []
  include Aws::Structure
end