Class: Aws::AutoScalingPlans::Types::CreateScalingPlanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScalingPlans::Types::CreateScalingPlanResponse
- Defined in:
- gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scaling_plan_version ⇒ Integer
The version number of the scaling plan.
Instance Attribute Details
#scaling_plan_version ⇒ Integer
The version number of the scaling plan. This value is always 1
.
Currently, you cannot have multiple scaling plan versions.
91 92 93 94 95 |
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 91 class CreateScalingPlanResponse < Struct.new( :scaling_plan_version) SENSITIVE = [] include Aws::Structure end |