Identity
public struct Identity : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The source IP address of the TCP connection making the request to API Gateway.
Declaration
Swift
public let sourceIp: String -
The User Agent of the API caller.
Declaration
Swift
public let userAgent: String -
Undocumented
Declaration
Swift
public init(sourceIp: String, userAgent: String)
View on GitHub
Identity Structure Reference