Class: Aws::AutoScalingPlans::Types::DeleteScalingPlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScalingPlans::Types::DeleteScalingPlanRequest
- Defined in:
- gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scaling_plan_name ⇒ String
The name of the scaling plan.
-
#scaling_plan_version ⇒ Integer
The version number of the scaling plan.
Instance Attribute Details
#scaling_plan_name ⇒ String
The name of the scaling plan.
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_version ⇒ Integer
The version number of the scaling plan. Currently, the only valid
value is 1
.
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 |