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)


2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2072

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

#notification_configuration_listArray<Types::NotificationConfigurationSummary>

The list of notification configurations.



2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2072

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