Class: Aws::BedrockAgentCoreControl::Types::CodeInterpreterSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CodeInterpreterSummary
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Contains summary information about a code interpreter. A code interpreter enables Amazon Bedrock Agent to execute code.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#code_interpreter_arn ⇒ String
The Amazon Resource Name (ARN) of the code interpreter.
-
#code_interpreter_id ⇒ String
The unique identifier of the code interpreter.
-
#created_at ⇒ Time
The timestamp when the code interpreter was created.
-
#description ⇒ String
The description of the code interpreter.
-
#last_updated_at ⇒ Time
The timestamp when the code interpreter was last updated.
-
#name ⇒ String
The name of the code interpreter.
-
#status ⇒ String
The current status of the code interpreter.
Instance Attribute Details
#code_interpreter_arn ⇒ String
The Amazon Resource Name (ARN) of the code interpreter.
387 388 389 390 391 392 393 394 395 396 397 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 387 class CodeInterpreterSummary < Struct.new( :code_interpreter_id, :code_interpreter_arn, :name, :description, :status, :created_at, :last_updated_at) SENSITIVE = [:description] include Aws::Structure end |
#code_interpreter_id ⇒ String
The unique identifier of the code interpreter.
387 388 389 390 391 392 393 394 395 396 397 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 387 class CodeInterpreterSummary < Struct.new( :code_interpreter_id, :code_interpreter_arn, :name, :description, :status, :created_at, :last_updated_at) SENSITIVE = [:description] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the code interpreter was created.
387 388 389 390 391 392 393 394 395 396 397 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 387 class CodeInterpreterSummary < Struct.new( :code_interpreter_id, :code_interpreter_arn, :name, :description, :status, :created_at, :last_updated_at) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of the code interpreter.
387 388 389 390 391 392 393 394 395 396 397 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 387 class CodeInterpreterSummary < Struct.new( :code_interpreter_id, :code_interpreter_arn, :name, :description, :status, :created_at, :last_updated_at) SENSITIVE = [:description] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp when the code interpreter was last updated.
387 388 389 390 391 392 393 394 395 396 397 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 387 class CodeInterpreterSummary < Struct.new( :code_interpreter_id, :code_interpreter_arn, :name, :description, :status, :created_at, :last_updated_at) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the code interpreter.
387 388 389 390 391 392 393 394 395 396 397 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 387 class CodeInterpreterSummary < Struct.new( :code_interpreter_id, :code_interpreter_arn, :name, :description, :status, :created_at, :last_updated_at) SENSITIVE = [:description] include Aws::Structure end |
#status ⇒ String
The current status of the code interpreter.
387 388 389 390 391 392 393 394 395 396 397 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 387 class CodeInterpreterSummary < Struct.new( :code_interpreter_id, :code_interpreter_arn, :name, :description, :status, :created_at, :last_updated_at) SENSITIVE = [:description] include Aws::Structure end |