UpdateBasePathMappingRequest

public struct UpdateBasePathMappingRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [Required] The base path of the BasePathMapping resource to change. To specify an empty base path, set this parameter to ‘(none)’.

    Declaration

    Swift

    public let basePath: String
  • [Required] The domain name of the BasePathMapping resource to change.

    Declaration

    Swift

    public let domainName: String
  • A list of update operations to be applied to the specified resource and in the order specified in this list.

    Declaration

    Swift

    public let patchOperations: [PatchOperation]?
  • Undocumented

    Declaration

    Swift

    public init(basePath: String, domainName: String, patchOperations: [PatchOperation]? = nil)