AWS SDK for .NET Documentation
DescribeAutoScalingNotificationTypesResult Class
AmazonAmazon.AutoScaling.ModelDescribeAutoScalingNotificationTypesResult Did this page help you?   Yes   No    Tell us about it...

The AutoScalingNotificationTypes data type.

Declaration Syntax
C#
public class DescribeAutoScalingNotificationTypesResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeAutoScalingNotificationTypesResult()()()()
Initializes a new instance of the DescribeAutoScalingNotificationTypesResult class

AutoScalingNotificationTypes
Returns a list of all notification types supported by Auto Scaling. They are:
  • autoscaling:EC2_INSTANCE_LAUNCH
  • autoscaling:EC2_INSTANCE_LAUNCH_ERROR
  • autoscaling:EC2_INSTANCE_TERMINATE
  • autoscaling:EC2_INSTANCE_TERMINATE_ERROR
  • autoscaling:TEST_NOTIFICATION
https://autoscaling.amazonaws.com/?Version=2011-01-01&Action=DescribeAutoScalingNotificationTypes&AUTHPARAMSautoscaling:EC2_INSTANCE_LAUNCHautoscaling:EC2_INSTANCE_LAUNCH_ERRORautoscaling:EC2_INSTANCE_TERMINATEautoscaling:EC2_INSTANCE_TERMINATE_ERRORautoscaling:TEST_NOTIFICATION42fc6794-bf21-11e2-a1cf-ff3dEXAMPLE

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAutoScalingNotificationTypes(array<String>[]()[][]) Obsolete.
Adds elements to the AutoScalingNotificationTypes collection

WithAutoScalingNotificationTypes(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the AutoScalingNotificationTypes collection

Inheritance Hierarchy
Object
DescribeAutoScalingNotificationTypesResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)