Class: Aws::BedrockAgent::Types::DeleteAgentResponse

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_idString

The unique identifier of the agent that was deleted.

Returns:

  • (String)


1590
1591
1592
1593
1594
1595
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1590

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

#agent_statusString

The status of the agent.

Returns:

  • (String)


1590
1591
1592
1593
1594
1595
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1590

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