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>)


1857
1858
1859
1860
1861
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1857

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