RequestValidator

public struct RequestValidator : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The identifier of this RequestValidator.

    Declaration

    Swift

    public let id: String?
  • The name of this RequestValidator

    Declaration

    Swift

    public let name: String?
  • A Boolean flag to indicate whether to validate a request body according to the configured Model schema.

    Declaration

    Swift

    public let validateRequestBody: Bool?
  • A Boolean flag to indicate whether to validate request parameters (true) or not (false).

    Declaration

    Swift

    public let validateRequestParameters: Bool?
  • Undocumented

    Declaration

    Swift

    public init(id: String? = nil, name: String? = nil, validateRequestBody: Bool? = nil, validateRequestParameters: Bool? = nil)