- Navigation Guide
@aws-sdk/client-connectcases
ListFieldOptionsCommandOutput Interface
The output of ListFieldOptionsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
options Required | FieldOption[] | undefined | A list of |
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