Country
public struct Country : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The country code of the remote IP address.
Declaration
Swift
public let countryCode: String?
-
The country name of the remote IP address.
Declaration
Swift
public let countryName: String?
-
Undocumented
Declaration
Swift
public init(countryCode: String? = nil, countryName: String? = nil)