CreateAuthorizerResponse
public struct CreateAuthorizerResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The authorizer ARN.
Declaration
Swift
public let authorizerArn: String? -
The authorizer’s name.
Declaration
Swift
public let authorizerName: String? -
Undocumented
Declaration
Swift
public init(authorizerArn: String? = nil, authorizerName: String? = nil)
View on GitHub
CreateAuthorizerResponse Structure Reference