DescribePoliciesRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Auto Scaling group.

Link copied to clipboard

The maximum number of items to be returned with each call. The default value is 50 and the maximum value is 100.

Link copied to clipboard

The token for the next set of items to return. (You received this token from a previous call.)

Link copied to clipboard

The names of one or more policies. If you omit this property, all policies are described. If a group name is provided, the results are limited to that group. If you specify an unknown policy name, it is ignored with no error.

Link copied to clipboard

One or more policy types. The valid values are SimpleScaling, StepScaling, TargetTrackingScaling, and PredictiveScaling.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String