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.
record_arn
instance-attribute
¶
record_arn: str
The Amazon Resource Name (ARN) of the registry record.
registry_arn
instance-attribute
¶
registry_arn: str
The Amazon Resource Name (ARN) of the registry that this record belongs to.
updated_at
instance-attribute
¶
updated_at: datetime
The date and time when the registry record was last updated.