Class: Aws::MTurk::Types::SendTestEventNotificationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::SendTestEventNotificationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notification ⇒ Types::NotificationSpecification
The notification specification to test.
-
#test_event_type ⇒ String
The event to simulate to test the notification specification.
Instance Attribute Details
#notification ⇒ Types::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 'lib/aws-sdk-mturk/types.rb', line 2473 class SendTestEventNotificationRequest < Struct.new( :notification, :test_event_type) SENSITIVE = [] include Aws::Structure end |
#test_event_type ⇒ String
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.
2473 2474 2475 2476 2477 2478 |
# File 'lib/aws-sdk-mturk/types.rb', line 2473 class SendTestEventNotificationRequest < Struct.new( :notification, :test_event_type) SENSITIVE = [] include Aws::Structure end |