DeleteBasePathMappingRequest

public struct DeleteBasePathMappingRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [Required] The base path name of the BasePathMapping resource to delete. 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 delete.

    Declaration

    Swift

    public let domainName: String
  • Undocumented

    Declaration

    Swift

    public init(basePath: String, domainName: String)