@aws-sdk/client-connectcases

ListFieldOptionsCommandOutput Interface

Members

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

A list of FieldOption objects.

nextToken string | undefined

The token for the next set of results. This is null if there are no more results to return.

Full Signature

export interface ListFieldOptionsCommandOutput extends ListFieldOptionsResponse, MetadataBearer