Class: Aws::BedrockAgentCoreControl::Types::DeleteCodeInterpreterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::DeleteCodeInterpreterRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
-
#code_interpreter_id ⇒ String
The unique identifier of the code interpreter to delete.
Instance Attribute Details
#client_token ⇒ String
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.
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_id ⇒ String
The unique identifier of the code interpreter to delete.
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 |