DeleteRequestValidatorRequest

public struct DeleteRequestValidatorRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [Required] The identifier of the RequestValidator to be deleted.

    Declaration

    Swift

    public let requestValidatorId: String
  • [Required] The string identifier of the associated RestApi.

    Declaration

    Swift

    public let restApiId: String
  • Undocumented

    Declaration

    Swift

    public init(requestValidatorId: String, restApiId: String)