Class: Aws::Types::ScalingPlanResource
- Inherits:
-
Object
- Object
- Aws::Types::ScalingPlanResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#scalable_dimension ⇒ "autoscaling:autoScalingGroup:DesiredCapacity", ...
Returns the value of attribute scalable_dimension.
-
#scaling_plan_name ⇒ ::String
Returns the value of attribute scaling_plan_name.
-
#scaling_plan_version ⇒ ::Integer
Returns the value of attribute scaling_plan_version.
-
#scaling_policies ⇒ ::Array[Types::ScalingPolicy]
Returns the value of attribute scaling_policies.
-
#scaling_status_code ⇒ "Inactive", ...
Returns the value of attribute scaling_status_code.
-
#scaling_status_message ⇒ ::String
Returns the value of attribute scaling_status_message.
-
#service_namespace ⇒ "autoscaling", ...
Returns the value of attribute service_namespace.
Instance Attribute Details
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
185 186 187 |
# File 'sig/types.rbs', line 185 def resource_id @resource_id end |
#scalable_dimension ⇒ "autoscaling:autoScalingGroup:DesiredCapacity", ...
Returns the value of attribute scalable_dimension.
186 187 188 |
# File 'sig/types.rbs', line 186 def scalable_dimension @scalable_dimension end |
#scaling_plan_name ⇒ ::String
Returns the value of attribute scaling_plan_name.
182 183 184 |
# File 'sig/types.rbs', line 182 def scaling_plan_name @scaling_plan_name end |
#scaling_plan_version ⇒ ::Integer
Returns the value of attribute scaling_plan_version.
183 184 185 |
# File 'sig/types.rbs', line 183 def scaling_plan_version @scaling_plan_version end |
#scaling_policies ⇒ ::Array[Types::ScalingPolicy]
Returns the value of attribute scaling_policies.
187 188 189 |
# File 'sig/types.rbs', line 187 def scaling_policies @scaling_policies end |
#scaling_status_code ⇒ "Inactive", ...
Returns the value of attribute scaling_status_code.
188 189 190 |
# File 'sig/types.rbs', line 188 def scaling_status_code @scaling_status_code end |
#scaling_status_message ⇒ ::String
Returns the value of attribute scaling_status_message.
189 190 191 |
# File 'sig/types.rbs', line 189 def end |
#service_namespace ⇒ "autoscaling", ...
Returns the value of attribute service_namespace.
184 185 186 |
# File 'sig/types.rbs', line 184 def service_namespace @service_namespace end |