Class: Aws::AutoScaling::Types::ProcessesType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::ProcessesType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#processes ⇒ Array<Types::ProcessType>
The names of the process types.
Instance Attribute Details
#processes ⇒ Array<Types::ProcessType>
The names of the process types.
5786 5787 5788 5789 5790 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 5786 class ProcessesType < Struct.new( :processes) SENSITIVE = [] include Aws::Structure end |