Class: Aws::AutoScaling::Types::ProcessesType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::ProcessesType
- Defined in:
- gems/aws-sdk-autoscaling/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.
6127 6128 6129 6130 6131 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 6127 class ProcessesType < Struct.new( :processes) SENSITIVE = [] include Aws::Structure end |