UpdateHITTypeOfHITRequest

public struct UpdateHITTypeOfHITRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The HIT to update.

    Declaration

    Swift

    public let hITId: String
  • The ID of the new HIT type.

    Declaration

    Swift

    public let hITTypeId: String
  • Undocumented

    Declaration

    Swift

    public init(hITId: String, hITTypeId: String)
  • Declaration

    Swift

    public func validate(name: String) throws