ContextDataType
public struct ContextDataType : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
Encoded data containing device fingerprinting details, collected using the Amazon Cognito context data collection library.
Declaration
Swift
public let encodedData: String? - 
                  
                  
HttpHeaders received on your server in same order.
Declaration
Swift
public let httpHeaders: [HttpHeader] - 
                  
                  
Source IP address of your user.
Declaration
Swift
public let ipAddress: String - 
                  
                  
Your server endpoint where this API is invoked.
Declaration
Swift
public let serverName: String - 
                  
                  
Your server path where this API is invoked.
Declaration
Swift
public let serverPath: String - 
                  
                  
Undocumented
Declaration
Swift
public init(encodedData: String? = nil, httpHeaders: [HttpHeader], ipAddress: String, serverName: String, serverPath: String) 
View on GitHub
        ContextDataType Structure Reference