class Aws::AutoScalingPlans::Types::DescribeScalingPlanResourcesRequest

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

data as a hash:

    {
      scaling_plan_name: "ScalingPlanName", # required
      scaling_plan_version: 1, # required
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] scaling_plan_name

The name of the scaling plan.
@return [String]

@!attribute [rw] scaling_plan_version

The version number of the scaling plan. Currently, the only valid
value is `1`.
@return [Integer]

@!attribute [rw] max_results

The maximum number of scalable resources to return. The value must
be between 1 and 50. The default value is 50.
@return [Integer]

@!attribute [rw] next_token

The token for the next set of results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/autoscaling-plans-2018-01-06/DescribeScalingPlanResourcesRequest AWS API Documentation

Constants

SENSITIVE