@aws-sdk/client-workmail

ListAliasesCommandOutput Interface

The output of ListAliasesCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
Aliases string[] | undefined

The entity's paginated aliases.

NextToken string | undefined

The token to use to retrieve the next page of results. The value is "null" when there are no more results to return.

Full Signature

export interface ListAliasesCommandOutput extends ListAliasesResponse, MetadataBearer