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.
7591 7592 7593 7594 7595 7596 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 7591 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.
7591 7592 7593 7594 7595 7596 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 7591 class ScalingProcessQuery < Struct.new( :auto_scaling_group_name, :scaling_processes) SENSITIVE = [] include Aws::Structure end |