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