Class: Aws::AutoScaling::Types::ProcessType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::ProcessType
- Defined in:
- gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb
Overview
Describes a process type.
For more information, see Types of processes in the Amazon EC2 Auto Scaling User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#process_name ⇒ String
One of the following processes:.
Instance Attribute Details
#process_name ⇒ String
One of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
InstanceRefresh
ReplaceUnhealthy
ScheduledActions
6115 6116 6117 6118 6119 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 6115 class ProcessType < Struct.new( :process_name) SENSITIVE = [] include Aws::Structure end |