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 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)


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_idString

The unique identifier of the code interpreter.

Returns:

  • (String)


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_atTime

The timestamp when the code interpreter was created.

Returns:

  • (Time)


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

#descriptionString

The description of the code interpreter.

Returns:

  • (String)


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_atTime

The timestamp when the code interpreter was last updated.

Returns:

  • (Time)


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

#nameString

The name of the code interpreter.

Returns:

  • (String)


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

#statusString

The current status of the code interpreter.

Returns:

  • (String)


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