GuardDuty > Structures > KubernetesRoleDetails KubernetesRoleDetails¶ Structure Class¶ KubernetesRoleDetails dataclass ¶ Information about the Kubernetes role name and role type. Attributes¶ kind class-attribute instance-attribute ¶ kind: str | None = None The kind of role. For this API, the value of kind will be Role. name class-attribute instance-attribute ¶ name: str | None = None The name of the Kubernetes role. uid class-attribute instance-attribute ¶ uid: str | None = None The unique identifier of the Kubernetes role name.