Get Authorizer Result
data class GetAuthorizerResult(val arn: String, val authorizerCredentials: String, val authorizerId: String, val authorizerResultTtlInSeconds: Int, val authorizerUri: String, val id: String, val identitySource: String, val identityValidationExpression: String, val name: String, val providerArns: List<String>, val restApiId: String, val type: String)
A collection of values returned by getAuthorizer.