GetBasePathMappingRequest

public struct GetBasePathMappingRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [Required] The base path name that callers of the API must provide as part of the URL after the domain name. This value must be unique for all of the mappings across a single API. Specify ‘(none)’ if you do not want callers to specify any base path name after the domain name.

    Declaration

    Swift

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

    Declaration

    Swift

    public let domainName: String
  • Undocumented

    Declaration

    Swift

    public init(basePath: String, domainName: String)