@aws-sdk/client-fis

ListActionsCommandOutput Interface

The output of ListActionsCommand.

Members

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

The actions.

nextToken string | undefined

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

Full Signature

export interface ListActionsCommandOutput extends ListActionsResponse, MetadataBearer