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

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

Overview

Delete Agent Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

Identifier for a resource.

Returns:

  • (String)


1298
1299
1300
1301
1302
1303
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1298

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

#agent_statusString

Schema Type for Action APIs.

Returns:

  • (String)


1298
1299
1300
1301
1302
1303
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1298

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