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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotmanagedintegrations/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.

Returns:

  • (String)


3237
3238
3239
3240
3241
3242
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3237

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

#notification_configuration_listArray<Types::NotificationConfigurationSummary>

The list of notification configurations.



3237
3238
3239
3240
3241
3242
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3237

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