Class: Aws::IoTManagedIntegrations::Types::UpdateNotificationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::UpdateNotificationConfigurationRequest
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
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.
4978 4979 4980 4981 4982 4983 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4978 class UpdateNotificationConfigurationRequest < 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.
4978 4979 4980 4981 4982 4983 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4978 class UpdateNotificationConfigurationRequest < Struct.new( :event_type, :destination_name) SENSITIVE = [] include Aws::Structure end |