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.
6771 6772 6773 6774 6775 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 6771 class ProcessesType < Struct.new( :processes) SENSITIVE = [] include Aws::Structure end |