Class: Aws::IoTManagedIntegrations::Types::ListNotificationConfigurationsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token that can be used to retrieve the next set of results.



3127
3128
3129
3130
3131
3132
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3127

class ListNotificationConfigurationsResponse < Struct.new(
  :notification_configuration_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#notification_configuration_listArray<Types::NotificationConfigurationSummary>

The list of notification configurations.



3127
3128
3129
3130
3131
3132
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3127

class ListNotificationConfigurationsResponse < Struct.new(
  :notification_configuration_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end