Class: Aws::Types::CreateScalingPlanRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateScalingPlanRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_source ⇒ Types::ApplicationSource
Returns the value of attribute application_source.
-
#scaling_instructions ⇒ ::Array[Types::ScalingInstruction]
Returns the value of attribute scaling_instructions.
-
#scaling_plan_name ⇒ ::String
Returns the value of attribute scaling_plan_name.
Instance Attribute Details
#application_source ⇒ Types::ApplicationSource
Returns the value of attribute application_source.
24 25 26 |
# File 'sig/types.rbs', line 24 def application_source @application_source end |
#scaling_instructions ⇒ ::Array[Types::ScalingInstruction]
Returns the value of attribute scaling_instructions.
25 26 27 |
# File 'sig/types.rbs', line 25 def scaling_instructions @scaling_instructions end |
#scaling_plan_name ⇒ ::String
Returns the value of attribute scaling_plan_name.
23 24 25 |
# File 'sig/types.rbs', line 23 def scaling_plan_name @scaling_plan_name end |