GetApiMappingsResponse
public struct GetApiMappingsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let items: [ApiMapping]? -
Undocumented
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(items: [ApiMapping]? = nil, nextToken: String? = nil)
View on GitHub
GetApiMappingsResponse Structure Reference