Class: Aws::AutoScaling::Types::DescribeNotificationConfigurationsAnswer

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)


1734
1735
1736
1737
1738
# File 'lib/aws-sdk-autoscaling/types.rb', line 1734

class DescribeNotificationConfigurationsAnswer < Struct.new(
  :notification_configurations,
  :next_token)
  include Aws::Structure
end

#notification_configurationsArray<Types::NotificationConfiguration>

The notification configurations.



1734
1735
1736
1737
1738
# File 'lib/aws-sdk-autoscaling/types.rb', line 1734

class DescribeNotificationConfigurationsAnswer < Struct.new(
  :notification_configurations,
  :next_token)
  include Aws::Structure
end