describeScalingProcessTypes

Describes the scaling process types for use with the ResumeProcesses and SuspendProcesses APIs.

Samples


fun main() { 
   //sampleStart 
   // This example describes the Auto Scaling process types.
val resp = autoScalingClient.describeScalingProcessTypes() 
   //sampleEnd
}