- Navigation Guide
@aws-sdk/client-amplify
ListBackendEnvironmentsCommandOutput Interface
The output of ListBackendEnvironmentsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
backendEnvironments Required | BackendEnvironment[] | undefined | The list of backend environments for an Amplify app. |
nextToken | string | undefined | A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries. |
Full Signature
export interface ListBackendEnvironmentsCommandOutput extends ListBackendEnvironmentsResult, MetadataBearer