You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AutoScalingPlans::Types::DescribeScalingPlanResourcesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeScalingPlanResourcesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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

Returns:

  • (Integer)

    The maximum number of scalable resources to return.

#next_tokenString

The token for the next set of results.

Returns:

  • (String)

    The token for the next set of results.

#scaling_plan_nameString

The name of the scaling plan.

Returns:

  • (String)

    The name of the scaling plan.

#scaling_plan_versionInteger

The version number of the scaling plan.

Returns:

  • (Integer)

    The version number of the scaling plan.