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

#arn ⇒ String

The Amazon Resource Name (ARN) of the memory.

Returns:

  • (String)


16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16134

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

#created_at ⇒ Time

The timestamp when the memory was created.

Returns:

  • (Time)


16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16134

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

#id ⇒ String

The unique identifier of the memory.

Returns:

  • (String)


16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16134

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

#managed_by_resource_arn ⇒ String

ARN of the resource managing this memory (e.g. a harness). Null if not managed.

Returns:

  • (String)


16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16134

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

#status ⇒ String

The current status of the memory.

Returns:

  • (String)


16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16134

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

#updated_at ⇒ Time

The timestamp when the memory was last updated.

Returns:

  • (Time)


16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16134

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