UpdateNotificationSettingsRequest

public struct UpdateNotificationSettingsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let active: Bool?
  • The ID of the HIT type whose notification specification is being updated.

    Declaration

    Swift

    public let hITTypeId: String
  • The notification specification for the HIT type.

    Declaration

    Swift

    public let notification: NotificationSpecification?
  • Undocumented

    Declaration

    Swift

    public init(active: Bool? = nil, hITTypeId: String, notification: NotificationSpecification? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws