Class: Aws::BedrockAgentCoreControl::Types::MemoryStrategy

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

Overview

Contains information about a memory strategy.

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::StrategyConfiguration

The configuration of the memory strategy.



3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3414

class MemoryStrategy < Struct.new(
  :strategy_id,
  :name,
  :description,
  :configuration,
  :type,
  :namespaces,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end

#created_atTime

The timestamp when the memory strategy was created.

Returns:

  • (Time)


3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3414

class MemoryStrategy < Struct.new(
  :strategy_id,
  :name,
  :description,
  :configuration,
  :type,
  :namespaces,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The description of the memory strategy.

Returns:

  • (String)


3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3414

class MemoryStrategy < Struct.new(
  :strategy_id,
  :name,
  :description,
  :configuration,
  :type,
  :namespaces,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end

#nameString

The name of the memory strategy.

Returns:

  • (String)


3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3414

class MemoryStrategy < Struct.new(
  :strategy_id,
  :name,
  :description,
  :configuration,
  :type,
  :namespaces,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end

#namespacesArray<String>

The namespaces associated with the memory strategy.

Returns:

  • (Array<String>)


3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3414

class MemoryStrategy < Struct.new(
  :strategy_id,
  :name,
  :description,
  :configuration,
  :type,
  :namespaces,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end

#statusString

The current status of the memory strategy.

Returns:

  • (String)


3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3414

class MemoryStrategy < Struct.new(
  :strategy_id,
  :name,
  :description,
  :configuration,
  :type,
  :namespaces,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end

#strategy_idString

The unique identifier of the memory strategy.

Returns:

  • (String)


3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3414

class MemoryStrategy < Struct.new(
  :strategy_id,
  :name,
  :description,
  :configuration,
  :type,
  :namespaces,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end

#typeString

The type of the memory strategy.

Returns:

  • (String)


3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3414

class MemoryStrategy < Struct.new(
  :strategy_id,
  :name,
  :description,
  :configuration,
  :type,
  :namespaces,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end

#updated_atTime

The timestamp when the memory strategy was last updated.

Returns:

  • (Time)


3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3414

class MemoryStrategy < Struct.new(
  :strategy_id,
  :name,
  :description,
  :configuration,
  :type,
  :namespaces,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end