class Aws::AppRunner::Types::ListAutoScalingConfigurationsRequest
@note When making an API call, you may pass ListAutoScalingConfigurationsRequest
data as a hash: { auto_scaling_configuration_name: "AutoScalingConfigurationName", latest_only: false, max_results: 1, next_token: "NextToken", }
@!attribute [rw] auto_scaling_configuration_name
The name of the App Runner auto scaling configuration that you want to list. If specified, App Runner lists revisions that share this name. If not specified, App Runner returns revisions of all configurations. @return [String]
@!attribute [rw] latest_only
Set to `true` to list only the latest revision for each requested configuration name. Keep as `false` to list all revisions for each requested configuration name. Default: `false` @return [Boolean]
@!attribute [rw] max_results
The maximum number of results to include in each response (result page). It's used for a paginated request. If you don't specify `MaxResults`, the request retrieves all available results in a single response. @return [Integer]
@!attribute [rw] next_token
A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request. If you don't specify `NextToken`, the request retrieves the first result page. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListAutoScalingConfigurationsRequest AWS API Documentation
Constants
- SENSITIVE