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.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def auto_scaling_group_name @auto_scaling_group_name end |
#scaling_processes ⇒ ::Array[::String]
Returns the value of attribute scaling_processes.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def scaling_processes @scaling_processes end |