Class: Aws::BedrockAgent::Types::DeleteAgentAliasResponse

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 that was deleted.

Returns:

  • (String)


1553
1554
1555
1556
1557
1558
1559
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1553

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

#agent_alias_statusString

The status of the alias.

Returns:

  • (String)


1553
1554
1555
1556
1557
1558
1559
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1553

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

#agent_idString

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

Returns:

  • (String)


1553
1554
1555
1556
1557
1558
1559
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1553

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