TestIdentityProviderResponse
public struct TestIdentityProviderResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A message that indicates whether the test was successful or not.
Declaration
Swift
public let message: String?
-
The response that is returned from your API Gateway.
Declaration
Swift
public let response: String?
-
The HTTP status code that is the response from your API Gateway.
Declaration
Swift
public let statusCode: Int
-
The endpoint of the service used to authenticate a user.
Declaration
Swift
public let url: String
-
Undocumented
Declaration
Swift
public init(message: String? = nil, response: String? = nil, statusCode: Int, url: String)