Class: Aws::BedrockAgentCoreControl::Types::CodeInterpreterSummary

Inherits:
Struct
  • Object
show all
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 AgentCore Agent to execute code.

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#code_interpreter_arnString

The Amazon Resource Name (ARN) of the code interpreter.

Returns:

  • (String)


1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1089

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_idString

The unique identifier of the code interpreter.

Returns:

  • (String)


1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1089

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_atTime

The timestamp when the code interpreter was created.

Returns:

  • (Time)


1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1089

class CodeInterpreterSummary < Struct.new(
  :code_interpreter_id,
  :code_interpreter_arn,
  :name,
  :description,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The description of the code interpreter.

Returns:

  • (String)


1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1089

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_atTime

The timestamp when the code interpreter was last updated.

Returns:

  • (Time)


1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1089

class CodeInterpreterSummary < Struct.new(
  :code_interpreter_id,
  :code_interpreter_arn,
  :name,
  :description,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#nameString

The name of the code interpreter.

Returns:

  • (String)


1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1089

class CodeInterpreterSummary < Struct.new(
  :code_interpreter_id,
  :code_interpreter_arn,
  :name,
  :description,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#statusString

The current status of the code interpreter.

Returns:

  • (String)


1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1089

class CodeInterpreterSummary < Struct.new(
  :code_interpreter_id,
  :code_interpreter_arn,
  :name,
  :description,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = [:description]
  include Aws::Structure
end