Class: Aws::MTurk::Types::SendTestEventNotificationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notificationTypes::NotificationSpecification

The notification specification to test. This value is identical to the value you would provide to the UpdateNotificationSettings operation when you establish the notification specification for a HIT type.



2473
2474
2475
2476
2477
2478
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 2473

class SendTestEventNotificationRequest < Struct.new(
  :notification,
  :test_event_type)
  SENSITIVE = []
  include Aws::Structure
end

#test_event_typeString

The event to simulate to test the notification specification. This event is included in the test message even if the notification specification does not include the event type. The notification specification does not filter out the test event.

Returns:

  • (String)


2473
2474
2475
2476
2477
2478
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 2473

class SendTestEventNotificationRequest < Struct.new(
  :notification,
  :test_event_type)
  SENSITIVE = []
  include Aws::Structure
end