Class: Aws::IoTManagedIntegrations::Types::UpdateNotificationConfigurationRequest

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

#destination_nameString

The name of the destination for the notification configuration.

Returns:

  • (String)


5002
5003
5004
5005
5006
5007
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 5002

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

#event_typeString

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

Returns:

  • (String)


5002
5003
5004
5005
5006
5007
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 5002

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