Class: Aws::AutoScaling::Types::DescribeAutoScalingNotificationTypesAnswer

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_notification_typesArray<String>

The notification types.

Returns:

  • (Array<String>)


1862
1863
1864
1865
1866
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1862

class DescribeAutoScalingNotificationTypesAnswer < Struct.new(
  :auto_scaling_notification_types)
  SENSITIVE = []
  include Aws::Structure
end