- Navigation Guide
@aws-sdk/client-apprunner
ListServicesForAutoScalingConfigurationCommandOutput Interface
The output of ListServicesForAutoScalingConfigurationCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
ServiceArnList Required | string[] | undefined | A list of service ARN records. In a paginated request, the request returns up to |
NextToken | string | undefined | The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request. |
Full Signature
export interface ListServicesForAutoScalingConfigurationCommandOutput extends ListServicesForAutoScalingConfigurationResponse, MetadataBearer