- Navigation Guide
@aws-sdk/client-fis
ListActionsCommandOutput Interface
The output of ListActionsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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 |
Full Signature
export interface ListActionsCommandOutput extends ListActionsResponse, MetadataBearer