Class: Aws::IoTManagedIntegrations::Types::GetNotificationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GetNotificationConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ String
The type of event triggering a device notification to the customer-managed destination.
Instance Attribute Details
#event_type ⇒ String
The type of event triggering a device notification to the customer-managed destination.
2262 2263 2264 2265 2266 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2262 class GetNotificationConfigurationRequest < Struct.new( :event_type) SENSITIVE = [] include Aws::Structure end |