Class: Aws::AutoScaling::Types::ProcessesType

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

#processesArray<Types::ProcessType>

The names of the process types.

Returns:



5789
5790
5791
5792
5793
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 5789

class ProcessesType < Struct.new(
  :processes)
  SENSITIVE = []
  include Aws::Structure
end