Class: Aws::AutoScaling::Types::ScalingProcessQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::ScalingProcessQuery
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#scaling_processes ⇒ Array<String>
One or more of the following processes:.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
6729 6730 6731 6732 6733 6734 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 6729 class ScalingProcessQuery < Struct.new( :auto_scaling_group_name, :scaling_processes) SENSITIVE = [] include Aws::Structure end |
#scaling_processes ⇒ Array<String>
One or more of the following processes:
-
‘Launch`
-
‘Terminate`
-
‘AddToLoadBalancer`
-
‘AlarmNotification`
-
‘AZRebalance`
-
‘HealthCheck`
-
‘InstanceRefresh`
-
‘ReplaceUnhealthy`
-
‘ScheduledActions`
If you omit this property, all processes are specified.
6729 6730 6731 6732 6733 6734 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 6729 class ScalingProcessQuery < Struct.new( :auto_scaling_group_name, :scaling_processes) SENSITIVE = [] include Aws::Structure end |