Class: Aws::AutoScalingPlans::Types::CreateScalingPlanResponse

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_versionInteger

The version number of the scaling plan. This value is always 1. Currently, you cannot have multiple scaling plan versions.

Returns:

  • (Integer)


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