Class: Aws::BedrockAgentCoreControl::Types::MemorySummary

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

Overview

Contains summary information about a memory resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the memory.

Returns:

  • (String)


3491
3492
3493
3494
3495
3496
3497
3498
3499
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3491

class MemorySummary < Struct.new(
  :arn,
  :id,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the memory was created.

Returns:

  • (Time)


3491
3492
3493
3494
3495
3496
3497
3498
3499
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3491

class MemorySummary < Struct.new(
  :arn,
  :id,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the memory.

Returns:

  • (String)


3491
3492
3493
3494
3495
3496
3497
3498
3499
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3491

class MemorySummary < Struct.new(
  :arn,
  :id,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the memory.

Returns:

  • (String)


3491
3492
3493
3494
3495
3496
3497
3498
3499
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3491

class MemorySummary < Struct.new(
  :arn,
  :id,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the memory was last updated.

Returns:

  • (Time)


3491
3492
3493
3494
3495
3496
3497
3498
3499
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3491

class MemorySummary < Struct.new(
  :arn,
  :id,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end