Class: Aws::IoTManagedIntegrations::Types::NotificationConfigurationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::NotificationConfigurationSummary
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Structure describing a notification configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_name ⇒ String
The name of the destination for the notification configuration.
-
#event_type ⇒ String
The type of event triggering a device notification to the customer-managed destination.
Instance Attribute Details
#destination_name ⇒ String
The name of the destination for the notification configuration.
3677 3678 3679 3680 3681 3682 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3677 class NotificationConfigurationSummary < Struct.new( :event_type, :destination_name) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
The type of event triggering a device notification to the customer-managed destination.
3677 3678 3679 3680 3681 3682 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3677 class NotificationConfigurationSummary < Struct.new( :event_type, :destination_name) SENSITIVE = [] include Aws::Structure end |