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:



6645
6646
6647
6648
6649
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 6645

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