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

Class: Aws::AutoScalingPlans::Types::DeleteScalingPlanRequest

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

Overview

Note:

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

{
  scaling_plan_name: "ScalingPlanName", # required
  scaling_plan_version: 1, # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#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.