Interface AssociateRoleNameChangedMessagePayload

Generated after a successful Set Name update action.

interface AssociateRoleNameChangedMessagePayload {
    name: string;
    type: "AssociateRoleNameSet";
}

Properties

Properties

name: string

Updated name of the AssociateRole.

type: "AssociateRoleNameSet"

Generated using TypeDoc