MemorySummary¶
Structure Class¶
MemorySummary
dataclass
¶
Contains summary information about a memory resource.
Attributes¶
arn
class-attribute
instance-attribute
¶
arn: str | None = None
The Amazon Resource Name (ARN) of the memory.
managed_by_resource_arn
class-attribute
instance-attribute
¶
managed_by_resource_arn: str | None = None
ARN of the resource managing this memory (e.g. a harness). Null if not managed.
status
class-attribute
instance-attribute
¶
status: MemoryStatus | None = None
The current status of the memory.
updated_at
instance-attribute
¶
updated_at: datetime
The timestamp when the memory was last updated.