- Navigation Guide
@aws-sdk/client-license-manager-user-subscriptions
ListUserAssociationsCommandOutput Interface
The output of ListUserAssociationsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
InstanceUserSummaries | InstanceUserSummary[] | undefined | Metadata that describes the list user association operation. |
NextToken | string | undefined | The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects. |
Full Signature
export interface ListUserAssociationsCommandOutput extends ListUserAssociationsResponse, MetadataBearer