Class: Aws::IoTManagedIntegrations::Types::ListNotificationConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListNotificationConfigurationsResponse
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
-
#notification_configuration_list ⇒ Array<Types::NotificationConfigurationSummary>
The list of notification configurations.
Instance Attribute Details
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
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_list ⇒ Array<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 |