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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#processesArray<Types::ProcessType>

The names of the process types.

Returns:



3482
3483
3484
3485
# File 'lib/aws-sdk-autoscaling/types.rb', line 3482

class ProcessesType < Struct.new(
  :processes)
  include Aws::Structure
end