@aws-sdk/client-workmail

DescribeEntityCommandOutput Interface

The output of DescribeEntityCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
EntityId string | undefined

The entity ID under which the entity exists.

Name string | undefined

Username, GroupName, or ResourceName based on entity type.

Type EntityType | undefined

Entity type.

Full Signature

export interface DescribeEntityCommandOutput extends DescribeEntityResponse, MetadataBearer