Class: Aws::IoTManagedIntegrations::Types::GetNotificationConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotmanagedintegrations/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeString

The type of event triggering a device notification to the customer-managed destination.

Returns:

  • (String)


2364
2365
2366
2367
2368
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2364

class GetNotificationConfigurationRequest < Struct.new(
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end