Skip to content

Bedrock Agentcore  >  Structures  >  RegistryRecordSummary

RegistryRecordSummary

Structure Class

RegistryRecordSummary dataclass

Summary information about a registry record.

Attributes

created_at instance-attribute
created_at: datetime

The date and time when the registry record was created.

description class-attribute instance-attribute
description: str | None = field(repr=False, default=None)

A description of the registry record.

descriptor_type instance-attribute
descriptor_type: DescriptorType

The type of descriptor associated with this registry record.

descriptors instance-attribute
descriptors: Descriptors

The descriptor configurations for this registry record.

name instance-attribute
name: str

The name of the registry record.

record_arn instance-attribute
record_arn: str

The Amazon Resource Name (ARN) of the registry record.

record_id instance-attribute
record_id: str

The unique identifier of the registry record.

registry_arn instance-attribute
registry_arn: str

The Amazon Resource Name (ARN) of the registry that this record belongs to.

status instance-attribute

The current status of the registry record.

updated_at instance-attribute
updated_at: datetime

The date and time when the registry record was last updated.

version instance-attribute
version: str

The version of the registry record.