ApiMapping

public struct ApiMapping : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The API identifier.

    Declaration

    Swift

    public let apiId: String
  • The API mapping identifier.

    Declaration

    Swift

    public let apiMappingId: String?
  • The API mapping key.

    Declaration

    Swift

    public let apiMappingKey: String?
  • The API stage.

    Declaration

    Swift

    public let stage: String
  • Undocumented

    Declaration

    Swift

    public init(apiId: String, apiMappingId: String? = nil, apiMappingKey: String? = nil, stage: String)