AWSAuthDevice: AuthDevice & {
    attributes: AuthUserAttribute<UserAttributeKey>;
    createDate?: Date;
    lastAuthenticatedDate?: Date;
    lastModifiedDate?: Date;
}

Holds the device specific information along with it's id and name.

Type declaration