DeleteConstraintInput

public struct DeleteConstraintInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The language code. en - English (default) jp - Japanese zh - Chinese

    Declaration

    Swift

    public let acceptLanguage: String?
  • id

    The identifier of the constraint.

    Declaration

    Swift

    public let id: String
  • Undocumented

    Declaration

    Swift

    public init(acceptLanguage: String? = nil, id: String)
  • Declaration

    Swift

    public func validate(name: String) throws