Class: Aws::Types::ScalingPlan
- Inherits:
-
Object
- Object
- Aws::Types::ScalingPlan
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_source ⇒ Types::ApplicationSource
Returns the value of attribute application_source.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#scaling_instructions ⇒ ::Array[Types::ScalingInstruction]
Returns the value of attribute scaling_instructions.
-
#scaling_plan_name ⇒ ::String
Returns the value of attribute scaling_plan_name.
-
#scaling_plan_version ⇒ ::Integer
Returns the value of attribute scaling_plan_version.
-
#status_code ⇒ "Active", ...
Returns the value of attribute status_code.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#status_start_time ⇒ ::Time
Returns the value of attribute status_start_time.
Instance Attribute Details
#application_source ⇒ Types::ApplicationSource
Returns the value of attribute application_source.
172 173 174 |
# File 'sig/types.rbs', line 172 def application_source @application_source end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
177 178 179 |
# File 'sig/types.rbs', line 177 def creation_time @creation_time end |
#scaling_instructions ⇒ ::Array[Types::ScalingInstruction]
Returns the value of attribute scaling_instructions.
173 174 175 |
# File 'sig/types.rbs', line 173 def scaling_instructions @scaling_instructions end |
#scaling_plan_name ⇒ ::String
Returns the value of attribute scaling_plan_name.
170 171 172 |
# File 'sig/types.rbs', line 170 def scaling_plan_name @scaling_plan_name end |
#scaling_plan_version ⇒ ::Integer
Returns the value of attribute scaling_plan_version.
171 172 173 |
# File 'sig/types.rbs', line 171 def scaling_plan_version @scaling_plan_version end |
#status_code ⇒ "Active", ...
Returns the value of attribute status_code.
174 175 176 |
# File 'sig/types.rbs', line 174 def status_code @status_code end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
175 176 177 |
# File 'sig/types.rbs', line 175 def end |
#status_start_time ⇒ ::Time
Returns the value of attribute status_start_time.
176 177 178 |
# File 'sig/types.rbs', line 176 def status_start_time @status_start_time end |