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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scaling_plan_nameString

The name of the scaling plan.

Returns:

  • (String)


263
264
265
266
267
268
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 263

class DeleteScalingPlanRequest < Struct.new(
  :scaling_plan_name,
  :scaling_plan_version)
  SENSITIVE = []
  include Aws::Structure
end

#scaling_plan_versionInteger

The version number of the scaling plan. Currently, the only valid value is 1.

Returns:

  • (Integer)


263
264
265
266
267
268
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 263

class DeleteScalingPlanRequest < Struct.new(
  :scaling_plan_name,
  :scaling_plan_version)
  SENSITIVE = []
  include Aws::Structure
end