Class: Aws::MTurk::Types::UpdateNotificationSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::UpdateNotificationSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active ⇒ Boolean
Specifies whether notifications are sent for HITs of this HIT type, according to the notification specification.
-
#hit_type_id ⇒ String
The ID of the HIT type whose notification specification is being updated.
-
#notification ⇒ Types::NotificationSpecification
The notification specification for the HIT type.
Instance Attribute Details
#active ⇒ Boolean
Specifies whether notifications are sent for HITs of this HIT type, according to the notification specification. You must specify either the Notification parameter or the Active parameter for the call to UpdateNotificationSettings to succeed.
2589 2590 2591 2592 2593 2594 2595 |
# File 'lib/aws-sdk-mturk/types.rb', line 2589 class UpdateNotificationSettingsRequest < Struct.new( :hit_type_id, :notification, :active) SENSITIVE = [] include Aws::Structure end |
#hit_type_id ⇒ String
The ID of the HIT type whose notification specification is being updated.
2589 2590 2591 2592 2593 2594 2595 |
# File 'lib/aws-sdk-mturk/types.rb', line 2589 class UpdateNotificationSettingsRequest < Struct.new( :hit_type_id, :notification, :active) SENSITIVE = [] include Aws::Structure end |
#notification ⇒ Types::NotificationSpecification
The notification specification for the HIT type.
2589 2590 2591 2592 2593 2594 2595 |
# File 'lib/aws-sdk-mturk/types.rb', line 2589 class UpdateNotificationSettingsRequest < Struct.new( :hit_type_id, :notification, :active) SENSITIVE = [] include Aws::Structure end |