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)


7080
7081
7082
7083
7084
7085
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 7080

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>)


7080
7081
7082
7083
7084
7085
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 7080

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