RemoteIpDetails
public struct RemoteIpDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The city information of the remote IP address.
Declaration
Swift
public let city: City?
-
The country code of the remote IP address.
Declaration
Swift
public let country: Country?
-
The location information of the remote IP address.
Declaration
Swift
public let geoLocation: GeoLocation?
-
The IPv4 remote address of the connection.
Declaration
Swift
public let ipAddressV4: String?
-
The ISP organization information of the remote IP address.
Declaration
Swift
public let organization: Organization?
-
Undocumented
Declaration
Swift
public init(city: City? = nil, country: Country? = nil, geoLocation: GeoLocation? = nil, ipAddressV4: String? = nil, organization: Organization? = nil)