Class: Aws::BedrockAgentCoreControl::Types::DeleteCodeInterpreterRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive identifier to ensure idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


4591
4592
4593
4594
4595
4596
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4591

class DeleteCodeInterpreterRequest < Struct.new(
  :code_interpreter_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#code_interpreter_idString

The unique identifier of the code interpreter to delete.

Returns:

  • (String)


4591
4592
4593
4594
4595
4596
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4591

class DeleteCodeInterpreterRequest < Struct.new(
  :code_interpreter_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end