BasePathMapping

public struct BasePathMapping : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The base path name that callers of the API must provide as part of the URL after the domain name.

    Declaration

    Swift

    public let basePath: String?
  • The string identifier of the associated RestApi.

    Declaration

    Swift

    public let restApiId: String?
  • The name of the associated stage.

    Declaration

    Swift

    public let stage: String?
  • Undocumented

    Declaration

    Swift

    public init(basePath: String? = nil, restApiId: String? = nil, stage: String? = nil)