describeAutoScalingNotificationTypes

Describes the notification types that are supported by Amazon EC2 Auto Scaling.

Samples


fun main() { 
   //sampleStart 
   // This example describes the available notification types.
val resp = autoScalingClient.describeAutoScalingNotificationTypes() 
   //sampleEnd
}