Class: Aws::IoTManagedIntegrations::Types::ListNotificationConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListNotificationConfigurationsResponse
- Includes:
- Structure
- Defined in:
- 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.
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_list ⇒ Array<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 |