Class: Aws::Types::ScalingProcessQuery
- Inherits:
-
Object
- Object
- Aws::Types::ScalingProcessQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#scaling_processes ⇒ ::Array[::String]
Returns the value of attribute scaling_processes.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def auto_scaling_group_name @auto_scaling_group_name end |
#scaling_processes ⇒ ::Array[::String]
Returns the value of attribute scaling_processes.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def scaling_processes @scaling_processes end |