Class: Aws::AutoScaling::Types::ScalingProcessQuery

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


6732
6733
6734
6735
6736
6737
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 6732

class ScalingProcessQuery < Struct.new(
  :auto_scaling_group_name,
  :scaling_processes)
  SENSITIVE = []
  include Aws::Structure
end

#scaling_processesArray<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.

Returns:

  • (Array<String>)


6732
6733
6734
6735
6736
6737
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 6732

class ScalingProcessQuery < Struct.new(
  :auto_scaling_group_name,
  :scaling_processes)
  SENSITIVE = []
  include Aws::Structure
end