Class: Aws::MTurk::Types::UpdateNotificationSettingsRequest

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

#activeBoolean

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.

Returns:

  • (Boolean)


2589
2590
2591
2592
2593
2594
2595
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 2589

class UpdateNotificationSettingsRequest < Struct.new(
  :hit_type_id,
  :notification,
  :active)
  SENSITIVE = []
  include Aws::Structure
end

#hit_type_idString

The ID of the HIT type whose notification specification is being updated.

Returns:

  • (String)


2589
2590
2591
2592
2593
2594
2595
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 2589

class UpdateNotificationSettingsRequest < Struct.new(
  :hit_type_id,
  :notification,
  :active)
  SENSITIVE = []
  include Aws::Structure
end

#notificationTypes::NotificationSpecification

The notification specification for the HIT type.



2589
2590
2591
2592
2593
2594
2595
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 2589

class UpdateNotificationSettingsRequest < Struct.new(
  :hit_type_id,
  :notification,
  :active)
  SENSITIVE = []
  include Aws::Structure
end