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:



5786
5787
5788
5789
5790
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 5786

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