Class: Aws::AutoScaling::Types::ProcessType

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

Overview

Describes a process type.

For more information, see [Scaling Processes] in the *Amazon EC2 Auto Scaling User Guide*.

[1]: docs.aws.amazon.com/autoscaling/ec2/userguide/as-suspend-resume-processes.html#process-types

Instance Attribute Summary collapse

Instance Attribute Details

#process_nameString

One of the following processes:

  • ‘Launch`

  • ‘Terminate`

  • ‘AddToLoadBalancer`

  • ‘AlarmNotification`

  • ‘AZRebalance`

  • ‘HealthCheck`

  • ‘ReplaceUnhealthy`

  • ‘ScheduledActions`

Returns:

  • (String)


3471
3472
3473
3474
# File 'lib/aws-sdk-autoscaling/types.rb', line 3471

class ProcessType < Struct.new(
  :process_name)
  include Aws::Structure
end