class Aws::AutoScaling::Types::DescribePoliciesType

@note When making an API call, you may pass DescribePoliciesType

data as a hash:

    {
      auto_scaling_group_name: "XmlStringMaxLen255",
      policy_names: ["ResourceName"],
      policy_types: ["XmlStringMaxLen64"],
      next_token: "XmlString",
      max_records: 1,
    }

@!attribute [rw] auto_scaling_group_name

The name of the Auto Scaling group.
@return [String]

@!attribute [rw] policy_names

The names of one or more policies. If you omit this parameter, 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.

Array Members: Maximum number of 50 items.
@return [Array<String>]

@!attribute [rw] policy_types

One or more policy types. The valid values are `SimpleScaling`,
`StepScaling`, `TargetTrackingScaling`, and `PredictiveScaling`.
@return [Array<String>]

@!attribute [rw] next_token

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

@!attribute [rw] max_records

The maximum number of items to be returned with each call. The
default value is `50` and the maximum value is `100`.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribePoliciesType AWS API Documentation

Constants

SENSITIVE