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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-autoscaling/types.rb', line 5789

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